#BBB560

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

Shades of Olive Green #BBB560

Tints of Olive Green #BBB560

Color information

#BBB560 (or 0xBBB560) is unknown color: approx Olive Green. HEX triplet: BB, B5 and 60. RGB value is (187,181,96). Sum of RGB (Red+Green+Blue) = 187+181+96=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB560 is #444A9F. Grayscale: #ADADAD. Windows color (decimal): -4475552 or 6337979. OLE color: 6337979.

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

Color convert

RGB18718196-
CMYK00.030.490.27
HSL56.04º40.09%55.49%-
HSV(B)56.04º48.66%73.33%-
XYZ39.1344.4617.59-
YUV173.184.49137.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 96 (37.89% from 255) = 20.69%
R=40.30%
G=39.01%
B=20.69%

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
Decimal1871819600.030.490.2756.0440.0955.49
HexBBB56003311B382837
Octal273265140036133705067
Binary1011101110110101110000001111000111011111000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB560; }

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

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

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

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

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

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

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

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