#AFCB96

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

Shades of Sprout #AFCB96

Tints of Sprout #AFCB96

Color information

#AFCB96 (or 0xAFCB96) is unknown color: approx Sprout. HEX triplet: AF, CB and 96. RGB value is (175,203,150). Sum of RGB (Red+Green+Blue) = 175+203+150=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB96 is #503469. Grayscale: #BCBCBC. Windows color (decimal): -5256298 or 9882543. OLE color: 9882543.

HSL color Cylindrical-coordinate representation of color #AFCB96: hue angle of 91.7º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFCB96 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB175203150-
CMYK0.1400.260.20
HSL91.7º33.76%69.22%-
HSV(B)91.7º26.11%79.61%-
XYZ44.5454.0336.94-
YUV188.59106.22118.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 203 (79.69% from 255) = 38.45%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=33.14%
G=38.45%
B=28.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031500.1400.260.2091.733.7669.22
HexAFCB96E01A145c2245
Octal257313226160322413442105
Binary10101111110010111001011011100110101010010111001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCB96; }

 p { color: rgb(175,203,150); }

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

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

 a { background-color: rgb(175,203,150); }

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

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

 span { border-color: rgb(175,203,150); }

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