#BBBE57

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

Shades of Olive Green #BBBE57

Tints of Olive Green #BBBE57

Color information

#BBBE57 (or 0xBBBE57) is unknown color: approx Olive Green. HEX triplet: BB, BE and 57. RGB value is (187,190,87). Sum of RGB (Red+Green+Blue) = 187+190+87=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE57 is #4441A8. Grayscale: #B1B1B1. Windows color (decimal): -4473257 or 5750459. OLE color: 5750459.

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

Color convert

RGB18719087-
CMYK0.0200.540.25
HSL61.75º44.21%54.31%-
HSV(B)61.75º54.21%74.51%-
XYZ40.6348.0816.16-
YUV177.3677.01134.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 190 (74.61% from 255) = 40.95%
BLUE value IS 87 (34.38% from 255) = 18.75%
R=40.30%
G=40.95%
B=18.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187190870.0200.540.2561.7544.2154.31
HexBBBE572036193e2c36
Octal273276127206631765466
Binary1011101110111110101011110011011011001111110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBE57; }

 p { color: rgb(187,190,87); }

 H1.HeaderClassName
 {
   color: #BBBE57;
 }
 .AnyTagClassName
 {
   color: #BBBE57;
 }
</style>
background-color css

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

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

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

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

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

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