#B5AF5C

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

Shades of Olive Green #B5AF5C

Tints of Olive Green #B5AF5C

Color information

#B5AF5C (or 0xB5AF5C) is unknown color: approx Olive Green. HEX triplet: B5, AF and 5C. RGB value is (181,175,92). Sum of RGB (Red+Green+Blue) = 181+175+92=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF5C is #4A50A3. Grayscale: #A7A7A7. Windows color (decimal): -4870308 or 6074293. OLE color: 6074293.

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

Color convert

RGB18117592-
CMYK00.030.490.29
HSL55.96º37.55%53.53%-
HSV(B)55.96º49.17%70.98%-
XYZ36.3241.2616.17-
YUV167.3385.49137.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 92 (36.33% from 255) = 20.54%
R=40.40%
G=39.06%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811759200.030.490.2955.9637.5553.53
HexB5AF5C03311D382636
Octal265257134036135704666
Binary1011010110101111101110001111000111101111000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF5C; }

 p { color: rgb(181,175,92); }

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

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

 a { background-color: rgb(181,175,92); }

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

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

 span { border-color: rgb(181,175,92); }

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