Html Css Color HEX #BEBE56 Olive Green

📋 copy color: '#BEBE56'

red 190 ◦ green 190 ◦ blue 86

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

Shades of Olive Green #BEBE56

Tints of Olive Green #BEBE56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.45%

R = 40.77%
G = 40.77%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BEBE56 (or 0xBEBE56) is known color: Olive Green. HEX triplet: BE, BE and 56. RGB value is (190,190,86). Sum of RGB (Red+Green+Blue) = 190+190+86=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE56 is #4141A9. Grayscale: #B2B2B2. Windows color (decimal): -4276650 or 5684926. OLE color: 5684926.

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

Color convert

RGB 190 190 86 -
CMYK 0 0 0.55 0.25
HSL 60º 0.44% 0.54% -
HSV(B) 60º 0.55% 0.75% -
XYZ 41.33 48.45 15.98 -
YUV 178.14 76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 190 190 86 0 0 0.55 0.25 60 0.44 0.54
Hex BE BE 56 0 0 37 19 3C 2C 36
Octal 276 276 126 0 0 67 31 74 54 66
Binary 10111110 10111110 1010110 0 0 110111 11001 111100 101100 110110

Color Harmonies of #BEBE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE56

Black with #BEBE56

Text Example


Text Example

White with #BEBE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE56; }

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

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

background-color css

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

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

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

border-color css

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

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

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