#B4AF61

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

Shades of Olive Green #B4AF61

Tints of Olive Green #B4AF61

Color information

#B4AF61 (or 0xB4AF61) is unknown color: approx Olive Green. HEX triplet: B4, AF and 61. RGB value is (180,175,97). Sum of RGB (Red+Green+Blue) = 180+175+97=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AF61 is #4B509E. Grayscale: #A7A7A7. Windows color (decimal): -4935839 or 6401972. OLE color: 6401972.

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

Color convert

RGB18017597-
CMYK00.030.460.29
HSL56.39º35.62%54.31%-
HSV(B)56.39º46.11%70.59%-
XYZ36.3141.2317.35-
YUV167.688.16136.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 175 (68.75% from 255) = 38.72%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=39.82%
G=38.72%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801759700.030.460.2956.3935.6254.31
HexB4AF61032E1D382436
Octal264257141035635704466
Binary1011010010101111110000101110111011101111000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF61; }

 p { color: rgb(180,175,97); }

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

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

 a { background-color: rgb(180,175,97); }

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

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

 span { border-color: rgb(180,175,97); }

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