COLOR #BEBE00

HEX: #BEBE00
RGB: (190,190,0)

Color info

#BEBE00 contains only red and green colors. Web safe color of #BEBE00 is #CCCC00 (or #CC0).

RGB color model

#BEBE00 color RGB value is (190,190,0).

  • red value is 190;
  • green value is 190;
  • blue value is 0.
RGB:
(190,190,0)
(75%,75%,0%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 0 of 255 = 0%

190
190
0

R + G + B ~ 50%. #BEBE00 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
190 + 190 + 0 = 380 (100%)
R 190 of 380 ~ 50%
G 190 of 380 ~ 50%
B 0 of 380 ~ 0%

%50
%50

CMYK color model

#BEBE00 color CMYK value is (0,0,100,25).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 25.49%
CMYK:
(0,0,100,25)
C0M0Y100K25 
(0%,0%,100%,25%)
(0.00/0.00/1.00/0.25)	

CMYK percentages

%0
%0
%100
%25.49

Codes

Color #BEBE00 in popluar color models

BEBE00
RGB1901900
HSL60°100.00%37.25%
HSB/HSV60°100.00%74.51%
CMYK0.00%0.00%100.00%
25.49%

Color #BEBE00 in popluar number systems.

HEXBEBE00
Decimal1901900
Binary10111110101111100
Octal2762760

Shades and tints

Shades of #BEBE00

#BEBE00
(190,190,0)
#ADAD00
(173,173,0)
#9C9C00
(156,156,0)
#8B8B00
(139,139,0)
#7A7A00
(122,122,0)
#696900
(105,105,0)
#585800
(88,88,0)
#474700
(71,71,0)
#363600
(54,54,0)
#252500
(37,37,0)
#141400
(20,20,0)
#000000
(0,0,0)

Tints of #BEBE00

#BEBE00
(190,190,0)
#C3C317
(195,195,23)
#C8C82E
(200,200,46)
#CDCD45
(205,205,69)
#D2D25C
(210,210,92)
#D7D773
(215,215,115)
#DCDC8A
(220,220,138)
#E1E1A1
(225,225,161)
#E6E6B8
(230,230,184)
#EBEBCF
(235,235,207)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBE00 color. Also use rgb(190,190,0) instead hex code.

Text Font Color

.myTextColor { color: #BEBE00; }

<p style="color:#BEBE00">This sample text font color is #BEBE00.</p>

This text font color is #BEBE00.


Background Color

.myBgColor { background-color: #BEBE00; }

<div style="background-color:#BEBE00">Inner text</div>

This div background color is #BEBE00.


Border color

.myBorderColor { border: 1px solid #BEBE00; }

<div style="border:3px solid #BEBE00">Div</div>

This div border color is #BEBE00.


Opacity

.myOpacity80 { color: #BEBE00; opacity: 0.8; }

<p style="color:#BEBE00;opacity:0.8;">80%</p>

Text with #BEBE00 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BEBE00;}

<p style="text-shadow: 3px 3px 1px #BEBE00">Text here.</p>

This text has shadow with #BEBE00 color.

.textShadow {text-shadow: 3px 3px 1px #BEBE00, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BEBE00, 5px 5px 20px red">Text here.</p>

This text has shadow with #BEBE00 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEBE00, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BEBE00, Direction=45, Strength=4)">Text</p>

This text has shadow with #BEBE00 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BEBE00;
  -webkit-box-shadow:	1px 1px 3px 2px #BEBE00;
  box-shadow:		1px 1px 3px 2px #BEBE00;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEBE00;
-webkit-box-shadow: 1px 1px 3px 2px #BEBE00;
box-shadow:1px 1px 3px 2px #BEBE00;">
Div content here</div>
This div box has shadow with color #BEBE00.

Preview

Color preview on black background

This text has color #BEBE00 on black background.


Color preview on white background

This text has color #BEBE00 on white background.



Black color preview on #BEBE00 background

This text has black color on #BEBE00 background.


White color preview on #BEBE00 background

This text has white color on #BEBE00 background.