#AFBC93

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

Shades of Green Spring #AFBC93

Tints of Green Spring #AFBC93

Color information

#AFBC93 (or 0xAFBC93) is unknown color: approx Green Spring. HEX triplet: AF, BC and 93. RGB value is (175,188,147). Sum of RGB (Red+Green+Blue) = 175+188+147=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC93 is #50436C. Grayscale: #B3B3B3. Windows color (decimal): -5260141 or 9682095. OLE color: 9682095.

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

Color convert

RGB175188147-
CMYK0.0700.220.26
HSL79.02º23.43%65.69%-
HSV(B)79.02º21.81%73.73%-
XYZ40.9347.1934.55-
YUV179.44109.69124.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 188 (73.83% from 255) = 36.86%
BLUE value IS 147 (57.81% from 255) = 28.82%
R=34.31%
G=36.86%
B=28.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881470.0700.220.2679.0223.4365.69
HexAFBC9370161A4f1742
Octal25727422370263211727102
Binary101011111011110010010011111010110110101001111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC93; }

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

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

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

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

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

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

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

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