#AFB55D

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

Shades of Olive Green #AFB55D

Tints of Olive Green #AFB55D

Color information

#AFB55D (or 0xAFB55D) is unknown color: approx Olive Green. HEX triplet: AF, B5 and 5D. RGB value is (175,181,93). Sum of RGB (Red+Green+Blue) = 175+181+93=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB55D is #504AA2. Grayscale: #A9A9A9. Windows color (decimal): -5261987 or 6141359. OLE color: 6141359.

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

Color convert

RGB17518193-
CMYK0.0300.490.29
HSL64.09º37.29%53.73%-
HSV(B)64.09º48.62%70.98%-
XYZ36.1842.9516.74-
YUV169.1785.01132.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 181 (71.09% from 255) = 40.31%
BLUE value IS 93 (36.72% from 255) = 20.71%
R=38.98%
G=40.31%
B=20.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175181930.0300.490.2964.0937.2953.73
HexAFB55D30311D402536
Octal2572651353061351004566
Binary10101111101101011011101110110001111011000000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB55D; }

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

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

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

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

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

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

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

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