#BBBA60

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

Shades of Olive Green #BBBA60

Tints of Olive Green #BBBA60

Color information

#BBBA60 (or 0xBBBA60) is unknown color: approx Olive Green. HEX triplet: BB, BA and 60. RGB value is (187,186,96). Sum of RGB (Red+Green+Blue) = 187+186+96=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA60 is #44459F. Grayscale: #B0B0B0. Windows color (decimal): -4474272 or 6339259. OLE color: 6339259.

HSL color Cylindrical-coordinate representation of color #BBBA60: hue angle of 59.34º 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 #BBBA60 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18718696-
CMYK00.010.490.27
HSL59.34º40.09%55.49%-
HSV(B)59.34º48.66%73.33%-
XYZ40.1646.5317.93-
YUV176.0482.83135.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 96 (37.89% from 255) = 20.47%
R=39.87%
G=39.66%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871869600.010.490.2759.3440.0955.49
HexBBBA6001311B3b2837
Octal273272140016133735067
Binary101110111011101011000000111000111011111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA60; }

 p { color: rgb(187,186,96); }

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

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

 a { background-color: rgb(187,186,96); }

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

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

 span { border-color: rgb(187,186,96); }

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