#BBB255

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

Shades of Olive Green #BBB255

Tints of Olive Green #BBB255

Color information

#BBB255 (or 0xBBB255) is unknown color: approx Olive Green. HEX triplet: BB, B2 and 55. RGB value is (187,178,85). Sum of RGB (Red+Green+Blue) = 187+178+85=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB255 is #444DAA. Grayscale: #AAAAAA. Windows color (decimal): -4476331 or 5616315. OLE color: 5616315.

HSL color Cylindrical-coordinate representation of color #BBB255: hue angle of 54.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBB255 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18717885-
CMYK00.050.550.27
HSL54.71º42.86%53.33%-
HSV(B)54.71º54.55%73.33%-
XYZ38.0543.0614.9-
YUV170.0979.98140.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 178 (69.92% from 255) = 39.56%
BLUE value IS 85 (33.59% from 255) = 18.89%
R=41.56%
G=39.56%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871788500.050.550.2754.7142.8653.33
HexBBB25505371B372b35
Octal273262125056733675365
Binary10111011101100101010101010111011111011110111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB255; }

 p { color: rgb(187,178,85); }

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

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

 a { background-color: rgb(187,178,85); }

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

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

 span { border-color: rgb(187,178,85); }

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