#AFB55F

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

Shades of Olive Green #AFB55F

Tints of Olive Green #AFB55F

Color information

#AFB55F (or 0xAFB55F) is unknown color: approx Olive Green. HEX triplet: AF, B5 and 5F. RGB value is (175,181,95). Sum of RGB (Red+Green+Blue) = 175+181+95=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB55F is #504AA0. Grayscale: #A9A9A9. Windows color (decimal): -5261985 or 6272431. OLE color: 6272431.

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

Color convert

RGB17518195-
CMYK0.0300.480.29
HSL64.19º36.75%54.12%-
HSV(B)64.19º47.51%70.98%-
XYZ36.2742.9917.21-
YUV169.486.01131.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 181 (71.09% from 255) = 40.13%
BLUE value IS 95 (37.5% from 255) = 21.06%
R=38.80%
G=40.13%
B=21.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175181950.0300.480.2964.1936.7554.12
HexAFB55F30301D402536
Octal2572651373060351004566
Binary10101111101101011011111110110000111011000000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB55F; }

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

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

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

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

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

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

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

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