#AFBC9B

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

Shades of Sprout #AFBC9B

Tints of Sprout #AFBC9B

Color information

#AFBC9B (or 0xAFBC9B) is unknown color: approx Sprout. HEX triplet: AF, BC and 9B. RGB value is (175,188,155). Sum of RGB (Red+Green+Blue) = 175+188+155=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC9B is #504364. Grayscale: #B4B4B4. Windows color (decimal): -5260133 or 10206383. OLE color: 10206383.

HSL color Cylindrical-coordinate representation of color #AFBC9B: hue angle of 83.64º 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 #AFBC9B is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB175188155-
CMYK0.0700.180.26
HSL83.64º19.76%67.25%-
HSV(B)83.64º17.55%73.73%-
XYZ41.5847.4537.98-
YUV180.35113.69124.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 188 (73.83% from 255) = 36.29%
BLUE value IS 155 (60.94% from 255) = 29.92%
R=33.78%
G=36.29%
B=29.92%

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
Decimal1751881550.0700.180.2683.6419.7667.25
HexAFBC9B70121A541443
Octal25727423370223212424103
Binary101011111011110010011011111010010110101010100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC9B; }

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

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

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

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

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

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

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

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