#AFBC9A

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

Shades of Sprout #AFBC9A

Tints of Sprout #AFBC9A

Color information

#AFBC9A (or 0xAFBC9A) is unknown color: approx Sprout. HEX triplet: AF, BC and 9A. RGB value is (175,188,154). Sum of RGB (Red+Green+Blue) = 175+188+154=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC9A is #504365. Grayscale: #B4B4B4. Windows color (decimal): -5260134 or 10140847. OLE color: 10140847.

HSL color Cylindrical-coordinate representation of color #AFBC9A: hue angle of 82.94º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFBC9A is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB175188154-
CMYK0.0700.180.26
HSL82.94º20.24%67.06%-
HSV(B)82.94º18.09%73.73%-
XYZ41.547.4137.54-
YUV180.24113.19124.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 154 (60.55% from 255) = 29.79%
R=33.85%
G=36.36%
B=29.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881540.0700.180.2682.9420.2467.06
HexAFBC9A70121A531443
Octal25727423270223212324103
Binary101011111011110010011010111010010110101010011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC9A; }

 p { color: rgb(175,188,154); }

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

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

 a { background-color: rgb(175,188,154); }

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

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

 span { border-color: rgb(175,188,154); }

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