#BBB65F

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

Shades of Olive Green #BBB65F

Tints of Olive Green #BBB65F

Color information

#BBB65F (or 0xBBB65F) is unknown color: approx Olive Green. HEX triplet: BB, B6 and 5F. RGB value is (187,182,95). Sum of RGB (Red+Green+Blue) = 187+182+95=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB65F is #4449A0. Grayscale: #ADADAD. Windows color (decimal): -4475297 or 6272699. OLE color: 6272699.

HSL color Cylindrical-coordinate representation of color #BBB65F: hue angle of 56.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBB65F is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18718295-
CMYK00.030.490.27
HSL56.74º40.35%55.29%-
HSV(B)56.74º49.2%73.33%-
XYZ39.2944.8517.41-
YUV173.5883.66137.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 182 (71.48% from 255) = 39.22%
BLUE value IS 95 (37.5% from 255) = 20.47%
R=40.30%
G=39.22%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871829500.030.490.2756.7440.3555.29
HexBBB65F03311B392837
Octal273266137036133715067
Binary1011101110110110101111101111000111011111001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB65F; }

 p { color: rgb(187,182,95); }

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

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

 a { background-color: rgb(187,182,95); }

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

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

 span { border-color: rgb(187,182,95); }

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