#AFB55E

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

Shades of Olive Green #AFB55E

Tints of Olive Green #AFB55E

Color information

#AFB55E (or 0xAFB55E) is unknown color: approx Olive Green. HEX triplet: AF, B5 and 5E. RGB value is (175,181,94). Sum of RGB (Red+Green+Blue) = 175+181+94=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB55E is #504AA1. Grayscale: #A9A9A9. Windows color (decimal): -5261986 or 6206895. OLE color: 6206895.

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

Color convert

RGB17518194-
CMYK0.0300.480.29
HSL64.14º37.02%53.92%-
HSV(B)64.14º48.07%70.98%-
XYZ36.2242.9716.97-
YUV169.2985.51132.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 94 (37.11% from 255) = 20.89%
R=38.89%
G=40.22%
B=20.89%

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
Decimal175181940.0300.480.2964.1437.0253.92
HexAFB55E30301D402536
Octal2572651363060351004566
Binary10101111101101011011110110110000111011000000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB55E; }

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

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

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

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

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

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

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

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