#BBBA5A

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

Shades of Olive Green #BBBA5A

Tints of Olive Green #BBBA5A

Color information

#BBBA5A (or 0xBBBA5A) is unknown color: approx Olive Green. HEX triplet: BB, BA and 5A. RGB value is (187,186,90). Sum of RGB (Red+Green+Blue) = 187+186+90=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA5A is #4445A5. Grayscale: #AFAFAF. Windows color (decimal): -4474278 or 5946043. OLE color: 5946043.

HSL color Cylindrical-coordinate representation of color #BBBA5A: hue angle of 59.38º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBBA5A is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18718690-
CMYK00.010.520.27
HSL59.38º41.63%54.31%-
HSV(B)59.38º51.87%73.33%-
XYZ39.946.4216.53-
YUV175.3579.83136.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 90 (35.55% from 255) = 19.44%
R=40.39%
G=40.17%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871869000.010.520.2759.3841.6354.31
HexBBBA5A01341B3b2a36
Octal273272132016433735266
Binary101110111011101010110100111010011011111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA5A; }

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

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

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

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

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

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

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

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