#AFCB91

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

Shades of Sprout #AFCB91

Tints of Sprout #AFCB91

Color information

#AFCB91 (or 0xAFCB91) is unknown color: approx Sprout. HEX triplet: AF, CB and 91. RGB value is (175,203,145). Sum of RGB (Red+Green+Blue) = 175+203+145=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB91 is #50346E. Grayscale: #BCBCBC. Windows color (decimal): -5256303 or 9554863. OLE color: 9554863.

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

Color convert

RGB175203145-
CMYK0.1400.290.20
HSL88.97º35.8%68.24%-
HSV(B)88.97º28.57%79.61%-
XYZ44.1553.8734.86-
YUV188.02103.72118.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 203 (79.69% from 255) = 38.81%
BLUE value IS 145 (57.03% from 255) = 27.72%
R=33.46%
G=38.81%
B=27.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031450.1400.290.2088.9735.868.24
HexAFCB91E01D14592444
Octal257313221160352413144104
Binary10101111110010111001000111100111011010010110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCB91; }

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

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

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

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

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

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

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

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