#AFBC5D

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

Shades of Olive Green #AFBC5D

Tints of Olive Green #AFBC5D

Color information

#AFBC5D (or 0xAFBC5D) is unknown color: approx Olive Green. HEX triplet: AF, BC and 5D. RGB value is (175,188,93). Sum of RGB (Red+Green+Blue) = 175+188+93=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC5D is #5043A2. Grayscale: #ADADAD. Windows color (decimal): -5260195 or 6143151. OLE color: 6143151.

HSL color Cylindrical-coordinate representation of color #AFBC5D: hue angle of 68.21º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFBC5D is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB17518893-
CMYK0.0700.510.26
HSL68.21º41.48%55.1%-
HSV(B)68.21º50.53%73.73%-
XYZ37.6445.8717.23-
YUV173.2882.69129.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 188 (73.83% from 255) = 41.23%
BLUE value IS 93 (36.72% from 255) = 20.39%
R=38.38%
G=41.23%
B=20.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175188930.0700.510.2668.2141.4855.1
HexAFBC5D70331A442937
Octal2572741357063321045167
Binary101011111011110010111011110110011110101000100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC5D; }

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

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

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

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

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

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

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

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