#BBB552

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

Shades of Olive Green #BBB552

Tints of Olive Green #BBB552

Color information

#BBB552 (or 0xBBB552) is unknown color: approx Olive Green. HEX triplet: BB, B5 and 52. RGB value is (187,181,82). Sum of RGB (Red+Green+Blue) = 187+181+82=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB552 is #444AAD. Grayscale: #ABABAB. Windows color (decimal): -4475566 or 5420475. OLE color: 5420475.

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

Color convert

RGB18718182-
CMYK00.030.560.27
HSL56.57º43.57%52.75%-
HSV(B)56.57º56.15%73.33%-
XYZ38.5444.2214.49-
YUV171.5177.49139.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 82 (32.42% from 255) = 18.22%
R=41.56%
G=40.22%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871818200.030.560.2756.5743.5752.75
HexBBB55203381B392c35
Octal273265122037033715465
Binary1011101110110101101001001111100011011111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB552; }

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

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

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

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

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

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

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

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