#AFB695

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

Shades of Green Spring #AFB695

Tints of Green Spring #AFB695

Color information

#AFB695 (or 0xAFB695) is unknown color: approx Green Spring. HEX triplet: AF, B6 and 95. RGB value is (175,182,149). Sum of RGB (Red+Green+Blue) = 175+182+149=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB695 is #50496A. Grayscale: #B0B0B0. Windows color (decimal): -5261675 or 9811631. OLE color: 9811631.

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

Color convert

RGB175182149-
CMYK0.0400.180.29
HSL72.73º18.44%64.9%-
HSV(B)72.73º18.13%71.37%-
XYZ39.8344.7434.97-
YUV176.14112.68127.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 149 (58.59% from 255) = 29.45%
R=34.58%
G=35.97%
B=29.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751821490.0400.180.2972.7318.4464.9
HexAFB69540121D491241
Octal25726622540223511122101
Binary101011111011011010010101100010010111011001001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB695; }

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

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

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

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

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

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

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

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