#ACC899

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

Shades of Sprout #ACC899

Tints of Sprout #ACC899

Color information

#ACC899 (or 0xACC899) is unknown color: approx Sprout. HEX triplet: AC, C8 and 99. RGB value is (172,200,153). Sum of RGB (Red+Green+Blue) = 172+200+153=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC899 is #533766. Grayscale: #BABABA. Windows color (decimal): -5453671 or 10078380. OLE color: 10078380.

HSL color Cylindrical-coordinate representation of color #ACC899: hue angle of 95.74º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACC899 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB172200153-
CMYK0.1400.240.22
HSL95.74º29.94%69.22%-
HSV(B)95.74º23.5%78.43%-
XYZ43.4252.3837.96-
YUV186.27109.22117.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 200 (78.52% from 255) = 38.10%
BLUE value IS 153 (60.16% from 255) = 29.14%
R=32.76%
G=38.10%
B=29.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1722001530.1400.240.2295.7429.9469.22
HexACC899E01816601e45
Octal254310231160302614036105
Binary1010110011001000100110011110011000101101100000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC899; }

 p { color: rgb(172,200,153); }

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

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

 a { background-color: rgb(172,200,153); }

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

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

 span { border-color: rgb(172,200,153); }

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