#B6B45B

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

Shades of Olive Green #B6B45B

Tints of Olive Green #B6B45B

Color information

#B6B45B (or 0xB6B45B) is unknown color: approx Olive Green. HEX triplet: B6, B4 and 5B. RGB value is (182,180,91). Sum of RGB (Red+Green+Blue) = 182+180+91=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B45B is #494BA4. Grayscale: #AAAAAA. Windows color (decimal): -4803493 or 6010038. OLE color: 6010038.

HSL color Cylindrical-coordinate representation of color #B6B45B: hue angle of 58.68º 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 #B6B45B is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB18218091-
CMYK00.010.50.29
HSL58.68º38.4%53.53%-
HSV(B)58.68º50%71.37%-
XYZ37.543.3416.29-
YUV170.4583.16136.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 91 (35.94% from 255) = 20.09%
R=40.18%
G=39.74%
B=20.09%

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
Decimal1821809100.010.50.2958.6838.453.53
HexB6B45B01321D3b2636
Octal266264133016235734666
Binary101101101011010010110110111001011101111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B45B; }

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

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

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

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

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

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

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

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