#AFB85D

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

Shades of Olive Green #AFB85D

Tints of Olive Green #AFB85D

Color information

#AFB85D (or 0xAFB85D) is unknown color: approx Olive Green. HEX triplet: AF, B8 and 5D. RGB value is (175,184,93). Sum of RGB (Red+Green+Blue) = 175+184+93=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB85D is #5047A2. Grayscale: #ABABAB. Windows color (decimal): -5261219 or 6142127. OLE color: 6142127.

HSL color Cylindrical-coordinate representation of color #AFB85D: hue angle of 65.93º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFB85D is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB17518493-
CMYK0.0500.490.28
HSL65.93º39.06%54.31%-
HSV(B)65.93º49.46%72.16%-
XYZ36.844.1916.95-
YUV170.9484.02130.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 184 (72.27% from 255) = 40.71%
BLUE value IS 93 (36.72% from 255) = 20.58%
R=38.72%
G=40.71%
B=20.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175184930.0500.490.2865.9339.0654.31
HexAFB85D50311C422736
Octal2572701355061341024766
Binary101011111011100010111011010110001111001000010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB85D; }

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

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

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

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

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

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

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

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