#AFB592

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

Shades of Green Spring #AFB592

Tints of Green Spring #AFB592

Color information

#AFB592 (or 0xAFB592) is unknown color: approx Green Spring. HEX triplet: AF, B5 and 92. RGB value is (175,181,146). Sum of RGB (Red+Green+Blue) = 175+181+146=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB592 is #504A6D. Grayscale: #AFAFAF. Windows color (decimal): -5261934 or 9614767. OLE color: 9614767.

HSL color Cylindrical-coordinate representation of color #AFB592: hue angle of 70.29º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB592 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB175181146-
CMYK0.0300.190.29
HSL70.29º19.13%64.12%-
HSV(B)70.29º19.34%70.98%-
XYZ39.3944.2433.66-
YUV175.22111.51127.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 181 (71.09% from 255) = 36.06%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=34.86%
G=36.06%
B=29.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811460.0300.190.2970.2919.1364.12
HexAFB59230131D461340
Octal25726522230233510623100
Binary10101111101101011001001011010011111011000110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB592; }

 p { color: rgb(175,181,146); }

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

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

 a { background-color: rgb(175,181,146); }

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

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

 span { border-color: rgb(175,181,146); }

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