#B6B44D

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

Shades of Olive Green #B6B44D

Tints of Olive Green #B6B44D

Color information

#B6B44D (or 0xB6B44D) is unknown color: approx Olive Green. HEX triplet: B6, B4 and 4D. RGB value is (182,180,77). Sum of RGB (Red+Green+Blue) = 182+180+77=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B44D is #494BB2. Grayscale: #A9A9A9. Windows color (decimal): -4803507 or 5092534. OLE color: 5092534.

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

Color convert

RGB18218077-
CMYK00.010.580.29
HSL58.86º41.83%50.78%-
HSV(B)58.86º57.69%71.37%-
XYZ36.9543.1213.4-
YUV168.8676.16137.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 77 (30.47% from 255) = 17.54%
R=41.46%
G=41.00%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821807700.010.580.2958.8641.8350.78
HexB6B44D013A1D3b2a33
Octal266264115017235735263
Binary101101101011010010011010111101011101111011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B44D; }

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

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

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

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

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

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

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

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