#B6AF50

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

Shades of Olive Green #B6AF50

Tints of Olive Green #B6AF50

Color information

#B6AF50 (or 0xB6AF50) is unknown color: approx Olive Green. HEX triplet: B6, AF and 50. RGB value is (182,175,80). Sum of RGB (Red+Green+Blue) = 182+175+80=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AF50 is #4950AF. Grayscale: #A6A6A6. Windows color (decimal): -4804784 or 5287862. OLE color: 5287862.

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

Color convert

RGB18217580-
CMYK00.040.560.29
HSL55.88º41.13%51.37%-
HSV(B)55.88º56.04%71.37%-
XYZ36.0741.1813.64-
YUV166.2679.32139.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 80 (31.64% from 255) = 18.31%
R=41.65%
G=40.05%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821758000.040.560.2955.8841.1351.37
HexB6AF5004381D382933
Octal266257120047035705163
Binary10110110101011111010000010011100011101111000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AF50; }

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

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

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

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

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

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

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

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