#AFB298

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

Shades of Green Spring #AFB298

Tints of Green Spring #AFB298

Color information

#AFB298 (or 0xAFB298) is unknown color: approx Green Spring. HEX triplet: AF, B2 and 98. RGB value is (175,178,152). Sum of RGB (Red+Green+Blue) = 175+178+152=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB298 is #504D67. Grayscale: #AEAEAE. Windows color (decimal): -5262696 or 10007215. OLE color: 10007215.

HSL color Cylindrical-coordinate representation of color #AFB298: hue angle of 66.92º degrees, saturation: 0.14, 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 #AFB298 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB175178152-
CMYK0.0200.150.30
HSL66.92º14.44%64.71%-
HSV(B)66.92º14.61%69.8%-
XYZ39.2743.2235.98-
YUV174.14115.51128.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 178 (69.92% from 255) = 35.25%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=34.65%
G=35.25%
B=30.10%

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
Decimal1751781520.0200.150.3066.9214.4464.71
HexAFB29820F1E43e41
Octal25726223020173610316101
Binary101011111011001010011000100111111110100001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB298; }

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

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

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

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

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

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

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

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