#AFB55C

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

Shades of Olive Green #AFB55C

Tints of Olive Green #AFB55C

Color information

#AFB55C (or 0xAFB55C) is unknown color: approx Olive Green. HEX triplet: AF, B5 and 5C. RGB value is (175,181,92). Sum of RGB (Red+Green+Blue) = 175+181+92=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB55C is #504AA3. Grayscale: #A9A9A9. Windows color (decimal): -5261988 or 6075823. OLE color: 6075823.

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

Color convert

RGB17518192-
CMYK0.0300.490.29
HSL64.04º37.55%53.53%-
HSV(B)64.04º49.17%70.98%-
XYZ36.1342.9316.51-
YUV169.0684.51132.24-

RGB Variations

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

RGB

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

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
Decimal175181920.0300.490.2964.0437.5553.53
HexAFB55C30311D402636
Octal2572651343061351004666
Binary10101111101101011011100110110001111011000000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB55C; }

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

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

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

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

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

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

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

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