#B4AF5D

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

Shades of Olive Green #B4AF5D

Tints of Olive Green #B4AF5D

Color information

#B4AF5D (or 0xB4AF5D) is unknown color: approx Olive Green. HEX triplet: B4, AF and 5D. RGB value is (180,175,93). Sum of RGB (Red+Green+Blue) = 180+175+93=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AF5D is #4B50A2. Grayscale: #A7A7A7. Windows color (decimal): -4935843 or 6139828. OLE color: 6139828.

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

Color convert

RGB18017593-
CMYK00.030.480.29
HSL56.55º36.71%53.53%-
HSV(B)56.55º48.33%70.59%-
XYZ36.1341.1516.4-
YUV167.1586.16137.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=40.18%
G=39.06%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801759300.030.480.2956.5536.7153.53
HexB4AF5D03301D392536
Octal264257135036035714566
Binary1011010010101111101110101111000011101111001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF5D; }

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

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

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

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

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

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

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

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