#AFB19B

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

Shades of Green Spring #AFB19B

Tints of Green Spring #AFB19B

Color information

#AFB19B (or 0xAFB19B) is unknown color: approx Green Spring. HEX triplet: AF, B1 and 9B. RGB value is (175,177,155). Sum of RGB (Red+Green+Blue) = 175+177+155=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB19B is #504E64. Grayscale: #ADADAD. Windows color (decimal): -5262949 or 10203567. OLE color: 10203567.

HSL color Cylindrical-coordinate representation of color #AFB19B: hue angle of 65.45º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB19B is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB175177155-
CMYK0.0100.120.31
HSL65.45º12.36%65.1%-
HSV(B)65.45º12.43%69.41%-
XYZ39.3242.9237.22-
YUV173.89117.34128.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 155 (60.94% from 255) = 30.57%
R=34.52%
G=34.91%
B=30.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771550.0100.120.3165.4512.3665.1
HexAFB19B10C1F41c41
Octal25726123310143710114101
Binary10101111101100011001101110110011111100000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB19B; }

 p { color: rgb(175,177,155); }

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

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

 a { background-color: rgb(175,177,155); }

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

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

 span { border-color: rgb(175,177,155); }

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