#BBB355

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

Shades of Olive Green #BBB355

Tints of Olive Green #BBB355

Color information

#BBB355 (or 0xBBB355) is unknown color: approx Olive Green. HEX triplet: BB, B3 and 55. RGB value is (187,179,85). Sum of RGB (Red+Green+Blue) = 187+179+85=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB355 is #444CAA. Grayscale: #ABABAB. Windows color (decimal): -4476075 or 5616571. OLE color: 5616571.

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

Color convert

RGB18717985-
CMYK00.040.550.27
HSL55.29º42.86%53.33%-
HSV(B)55.29º54.55%73.33%-
XYZ38.2543.4614.97-
YUV170.6879.65139.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 179 (70.31% from 255) = 39.69%
BLUE value IS 85 (33.59% from 255) = 18.85%
R=41.46%
G=39.69%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871798500.040.550.2755.2942.8653.33
HexBBB35504371B372b35
Octal273263125046733675365
Binary10111011101100111010101010011011111011110111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB355; }

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

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

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

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

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

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

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

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