#B6B44F

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

Shades of Olive Green #B6B44F

Tints of Olive Green #B6B44F

Color information

#B6B44F (or 0xB6B44F) is unknown color: approx Olive Green. HEX triplet: B6, B4 and 4F. RGB value is (182,180,79). Sum of RGB (Red+Green+Blue) = 182+180+79=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B44F is #494BB0. Grayscale: #A9A9A9. Windows color (decimal): -4803505 or 5223606. OLE color: 5223606.

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

Color convert

RGB18218079-
CMYK00.010.570.29
HSL58.83º41.37%51.18%-
HSV(B)58.83º56.59%71.37%-
XYZ37.0243.1513.77-
YUV169.0877.16137.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 79 (31.25% from 255) = 17.91%
R=41.27%
G=40.82%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821807900.010.570.2958.8341.3751.18
HexB6B44F01391D3b2933
Octal266264117017135735163
Binary101101101011010010011110111100111101111011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B44F; }

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

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

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

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

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

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

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

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