#BBB861

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

Shades of Olive Green #BBB861

Tints of Olive Green #BBB861

Color information

#BBB861 (or 0xBBB861) is unknown color: approx Olive Green. HEX triplet: BB, B8 and 61. RGB value is (187,184,97). Sum of RGB (Red+Green+Blue) = 187+184+97=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB861 is #44479E. Grayscale: #AFAFAF. Windows color (decimal): -4474783 or 6404283. OLE color: 6404283.

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

Color convert

RGB18718497-
CMYK00.020.480.27
HSL58º39.82%55.69%-
HSV(B)58º48.13%73.33%-
XYZ39.7945.7118.03-
YUV174.9883.99136.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 184 (72.27% from 255) = 39.32%
BLUE value IS 97 (38.28% from 255) = 20.73%
R=39.96%
G=39.32%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871849700.020.480.275839.8255.69
HexBBB86102301B3a2838
Octal273270141026033725070
Binary1011101110111000110000101011000011011111010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB861; }

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

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

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

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

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

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

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

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