#AFB795

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

Shades of Green Spring #AFB795

Tints of Green Spring #AFB795

Color information

#AFB795 (or 0xAFB795) is unknown color: approx Green Spring. HEX triplet: AF, B7 and 95. RGB value is (175,183,149). Sum of RGB (Red+Green+Blue) = 175+183+149=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB795 is #50486A. Grayscale: #B0B0B0. Windows color (decimal): -5261419 or 9811887. OLE color: 9811887.

HSL color Cylindrical-coordinate representation of color #AFB795: hue angle of 74.12º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB795 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB175183149-
CMYK0.0400.190.28
HSL74.12º19.1%65.1%-
HSV(B)74.12º18.58%71.76%-
XYZ40.0445.1535.04-
YUV176.73112.35126.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 183 (71.88% from 255) = 36.09%
BLUE value IS 149 (58.59% from 255) = 29.39%
R=34.52%
G=36.09%
B=29.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831490.0400.190.2874.1219.165.1
HexAFB79540131C4a1341
Octal25726722540233411223101
Binary101011111011011110010101100010011111001001010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB795; }

 p { color: rgb(175,183,149); }

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

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

 a { background-color: rgb(175,183,149); }

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

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

 span { border-color: rgb(175,183,149); }

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