#BEBE56

Color #BEBE56 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #BEBE56

Tints of Olive Green #BEBE56

Color information

#BEBE56 (or 0xBEBE56) is unknown color: approx 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

RGB19019086-
CMYK000.550.25
HSL60º44.44%54.12%-
HSV(B)60º54.74%74.51%-
XYZ41.3348.4515.98-
YUV178.1476136.46-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19019086000.550.256044.4454.12
HexBEBE560037193c2c36
Octal276276126006731745466
Binary101111101011111010101100011011111001111100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>