#B6B55B

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

Shades of Olive Green #B6B55B

Tints of Olive Green #B6B55B

Color information

#B6B55B (or 0xB6B55B) is unknown color: approx Olive Green. HEX triplet: B6, B5 and 5B. RGB value is (182,181,91). Sum of RGB (Red+Green+Blue) = 182+181+91=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B55B is #494AA4. Grayscale: #ABABAB. Windows color (decimal): -4803237 or 6010294. OLE color: 6010294.

HSL color Cylindrical-coordinate representation of color #B6B55B: hue angle of 59.34º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B6B55B is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB18218191-
CMYK00.010.50.29
HSL59.34º38.4%53.53%-
HSV(B)59.34º50%71.37%-
XYZ37.743.7516.35-
YUV171.0482.83135.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 181 (71.09% from 255) = 39.87%
BLUE value IS 91 (35.94% from 255) = 20.04%
R=40.09%
G=39.87%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821819100.010.50.2959.3438.453.53
HexB6B55B01321D3b2636
Octal266265133016235734666
Binary101101101011010110110110111001011101111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B55B; }

 p { color: rgb(182,181,91); }

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

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

 a { background-color: rgb(182,181,91); }

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

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

 span { border-color: rgb(182,181,91); }

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