#B4AF5E

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

Shades of Olive Green #B4AF5E

Tints of Olive Green #B4AF5E

Color information

#B4AF5E (or 0xB4AF5E) is unknown color: approx Olive Green. HEX triplet: B4, AF and 5E. RGB value is (180,175,94). Sum of RGB (Red+Green+Blue) = 180+175+94=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AF5E is #4B50A1. Grayscale: #A7A7A7. Windows color (decimal): -4935842 or 6205364. OLE color: 6205364.

HSL color Cylindrical-coordinate representation of color #B4AF5E: hue angle of 56.51º degrees, saturation: 0.36, 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 #B4AF5E is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18017594-
CMYK00.030.480.29
HSL56.51º36.44%53.73%-
HSV(B)56.51º47.78%70.59%-
XYZ36.1741.1716.63-
YUV167.2686.66137.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 94 (37.11% from 255) = 20.94%
R=40.09%
G=38.98%
B=20.94%

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
Decimal1801759400.030.480.2956.5136.4453.73
HexB4AF5E03301D392436
Octal264257136036035714466
Binary1011010010101111101111001111000011101111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF5E; }

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

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

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

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

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

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

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

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