#BBBA61

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

Shades of Olive Green #BBBA61

Tints of Olive Green #BBBA61

Color information

#BBBA61 (or 0xBBBA61) is unknown color: approx Olive Green. HEX triplet: BB, BA and 61. RGB value is (187,186,97). Sum of RGB (Red+Green+Blue) = 187+186+97=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA61 is #44459E. Grayscale: #B0B0B0. Windows color (decimal): -4474271 or 6404795. OLE color: 6404795.

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

Color convert

RGB18718697-
CMYK00.010.480.27
HSL59.33º39.82%55.69%-
HSV(B)59.33º48.13%73.33%-
XYZ40.2146.5518.17-
YUV176.1583.33135.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 97 (38.28% from 255) = 20.64%
R=39.79%
G=39.57%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871869700.010.480.2759.3339.8255.69
HexBBBA6101301B3b2838
Octal273272141016033735070
Binary101110111011101011000010111000011011111011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA61; }

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

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

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

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

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

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

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

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