Html Css Color HEX #BEBE5E Olive Green

📋 copy color: '#BEBE5E'

red 190 ◦ green 190 ◦ blue 94

#BEBE5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #BEBE5E

Tints of Olive Green #BEBE5E

RGB

 RED value IS 190 (74.61% from 255) = 40.08%

 GREEN value IS 190 (74.61% from 255) = 40.08%

 BLUE value IS 94 (37.11% from 255) = 19.83%

R = 40.08%
G = 40.08%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BEBE5E (or 0xBEBE5E) is known color: Olive Green. HEX triplet: BE, BE and 5E. RGB value is (190,190,94). Sum of RGB (Red+Green+Blue) = 190+190+94=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE5E is #4141A1. Grayscale: #B3B3B3. Windows color (decimal): -4276642 or 6209214. OLE color: 6209214.

HSL color Cylindrical-coordinate representation of color #BEBE5E: hue angle of 60º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEBE5E is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 190 94 -
CMYK 0 0 0.51 0.25
HSL 60º 0.42% 0.56% -
HSV(B) 60º 0.51% 0.75% -
XYZ 41.67 48.58 17.77 -
YUV 179.06 80 135.81 -
System Red Green Blue C M Y K H S L
Decimal 190 190 94 0 0 0.51 0.25 60 0.42 0.56
Hex BE BE 5E 0 0 33 19 3C 2A 38
Octal 276 276 136 0 0 63 31 74 52 70
Binary 10111110 10111110 1011110 0 0 110011 11001 111100 101010 111000

Color Harmonies of #BEBE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE5E

Black with #BEBE5E

Text Example


Text Example

White with #BEBE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE5E; }

 p { color: rgb(190,190,94); }

 H1.HeaderClassName
 {
   color: #BEBE5E;
 }
 .AnyTagClassName
 {
   color: #BEBE5E;
 }
</style>

background-color css

<style>
 a { background-color: #BEBE5E; }

 a { background-color: rgb(190,190,94); }

 div.DivClassName
 {
   background-color: #BEBE5E;
 }
 .BgClassName
 {
   background-color: #BEBE5E;
 }
</style>

border-color css

<style>
 span { border-color: #BEBE5E; }

 span { border-color: rgb(190,190,94); }

 td.TdClassName
 {
   border-color: #BEBE5E;
 }
 .TagClassName
 {
   border-color: #BEBE5E;
 }
</style>