#B6AC50

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

Shades of Olive Green #B6AC50

Tints of Olive Green #B6AC50

Color information

#B6AC50 (or 0xB6AC50) is unknown color: approx Olive Green. HEX triplet: B6, AC and 50. RGB value is (182,172,80). Sum of RGB (Red+Green+Blue) = 182+172+80=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC50 is #4953AF. Grayscale: #A4A4A4. Windows color (decimal): -4805552 or 5287094. OLE color: 5287094.

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

Color convert

RGB18217280-
CMYK00.050.560.29
HSL54.12º41.13%51.37%-
HSV(B)54.12º56.04%71.37%-
XYZ35.4940.0313.45-
YUV164.580.31140.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 80 (31.64% from 255) = 18.43%
R=41.94%
G=39.63%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821728000.050.560.2954.1241.1351.37
HexB6AC5005381D362933
Octal266254120057035665163
Binary10110110101011001010000010111100011101110110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC50; }

 p { color: rgb(182,172,80); }

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

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

 a { background-color: rgb(182,172,80); }

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

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

 span { border-color: rgb(182,172,80); }

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