#AFB297

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

Shades of Green Spring #AFB297

Tints of Green Spring #AFB297

Color information

#AFB297 (or 0xAFB297) is unknown color: approx Green Spring. HEX triplet: AF, B2 and 97. RGB value is (175,178,151). Sum of RGB (Red+Green+Blue) = 175+178+151=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB297 is #504D68. Grayscale: #AEAEAE. Windows color (decimal): -5262697 or 9941679. OLE color: 9941679.

HSL color Cylindrical-coordinate representation of color #AFB297: hue angle of 66.67º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB297 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB175178151-
CMYK0.0200.150.30
HSL66.67º14.92%64.51%-
HSV(B)66.67º15.17%69.8%-
XYZ39.1943.1935.55-
YUV174.02115.01128.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 151 (59.38% from 255) = 29.96%
R=34.72%
G=35.32%
B=29.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751781510.0200.150.3066.6714.9264.51
HexAFB29720F1E43f41
Octal25726222720173610317101
Binary101011111011001010010111100111111110100001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB297; }

 p { color: rgb(175,178,151); }

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

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

 a { background-color: rgb(175,178,151); }

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

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

 span { border-color: rgb(175,178,151); }

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