#B6B45C

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

Shades of Olive Green #B6B45C

Tints of Olive Green #B6B45C

Color information

#B6B45C (or 0xB6B45C) is unknown color: approx Olive Green. HEX triplet: B6, B4 and 5C. RGB value is (182,180,92). Sum of RGB (Red+Green+Blue) = 182+180+92=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B45C is #494BA3. Grayscale: #AAAAAA. Windows color (decimal): -4803492 or 6075574. OLE color: 6075574.

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

Color convert

RGB18218092-
CMYK00.010.490.29
HSL58.67º38.14%53.73%-
HSV(B)58.67º49.45%71.37%-
XYZ37.5443.3616.52-
YUV170.5783.66136.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 180 (70.70% from 255) = 39.65%
BLUE value IS 92 (36.33% from 255) = 20.26%
R=40.09%
G=39.65%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821809200.010.490.2958.6738.1453.73
HexB6B45C01311D3b2636
Octal266264134016135734666
Binary101101101011010010111000111000111101111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B45C; }

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

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

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

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

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

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

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

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