#AFBF9A

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

Shades of Sprout #AFBF9A

Tints of Sprout #AFBF9A

Color information

#AFBF9A (or 0xAFBF9A) is unknown color: approx Sprout. HEX triplet: AF, BF and 9A. RGB value is (175,191,154). Sum of RGB (Red+Green+Blue) = 175+191+154=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBF9A is #504065. Grayscale: #B6B6B6. Windows color (decimal): -5259366 or 10141615. OLE color: 10141615.

HSL color Cylindrical-coordinate representation of color #AFBF9A: hue angle of 85.95º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFBF9A is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB175191154-
CMYK0.0800.190.25
HSL85.95º22.42%67.65%-
HSV(B)85.95º19.37%74.9%-
XYZ42.1448.7137.75-
YUV182112.2123.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 154 (60.55% from 255) = 29.62%
R=33.65%
G=36.73%
B=29.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911540.0800.190.2585.9522.4267.65
HexAFBF9A801319561644
Octal257277232100233112626104
Binary1010111110111111100110101000010011110011010110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF9A; }

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

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

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

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

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

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

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

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