#AFB89D

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

Shades of Green Spring #AFB89D

Tints of Green Spring #AFB89D

Color information

#AFB89D (or 0xAFB89D) is unknown color: approx Green Spring. HEX triplet: AF, B8 and 9D. RGB value is (175,184,157). Sum of RGB (Red+Green+Blue) = 175+184+157=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB89D is #504762. Grayscale: #B2B2B2. Windows color (decimal): -5261155 or 10336431. OLE color: 10336431.

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

Color convert

RGB175184157-
CMYK0.0500.150.28
HSL80º15.98%66.86%-
HSV(B)80º14.67%72.16%-
XYZ40.9145.8338.59-
YUV178.23116.02125.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 184 (72.27% from 255) = 35.66%
BLUE value IS 157 (61.72% from 255) = 30.43%
R=33.91%
G=35.66%
B=30.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841570.0500.150.288015.9866.86
HexAFB89D50F1C501043
Octal25727023550173412020103
Binary10101111101110001001110110101111111001010000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB89D; }

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

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

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

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

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

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

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

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