#AFB95D

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

Shades of Olive Green #AFB95D

Tints of Olive Green #AFB95D

Color information

#AFB95D (or 0xAFB95D) is unknown color: approx Olive Green. HEX triplet: AF, B9 and 5D. RGB value is (175,185,93). Sum of RGB (Red+Green+Blue) = 175+185+93=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB95D is #5046A2. Grayscale: #ABABAB. Windows color (decimal): -5260963 or 6142383. OLE color: 6142383.

HSL color Cylindrical-coordinate representation of color #AFB95D: hue angle of 66.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFB95D is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB17518593-
CMYK0.0500.500.27
HSL66.52º39.66%54.51%-
HSV(B)66.52º49.73%72.55%-
XYZ3744.617.01-
YUV171.5283.69130.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 185 (72.66% from 255) = 40.84%
BLUE value IS 93 (36.72% from 255) = 20.53%
R=38.63%
G=40.84%
B=20.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175185930.0500.500.2766.5239.6654.51
HexAFB95D50321B432837
Octal2572711355062331035067
Binary101011111011100110111011010110010110111000011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB95D; }

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

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

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

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

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

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

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

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