#ACCA95

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

Shades of Sprout #ACCA95

Tints of Sprout #ACCA95

Color information

#ACCA95 (or 0xACCA95) is unknown color: approx Sprout. HEX triplet: AC, CA and 95. RGB value is (172,202,149). Sum of RGB (Red+Green+Blue) = 172+202+149=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCA95 is #53356A. Grayscale: #BBBBBB. Windows color (decimal): -5453163 or 9816748. OLE color: 9816748.

HSL color Cylindrical-coordinate representation of color #ACCA95: hue angle of 93.96º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACCA95 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB172202149-
CMYK0.1500.260.21
HSL93.96º33.33%68.82%-
HSV(B)93.96º26.24%79.22%-
XYZ43.5653.1836.4-
YUV186.99106.56117.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=32.89%
G=38.62%
B=28.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021490.1500.260.2193.9633.3368.82
HexACCA95F01A155e2145
Octal254312225170322513641105
Binary10101100110010101001010111110110101010110111101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA95; }

 p { color: rgb(172,202,149); }

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

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

 a { background-color: rgb(172,202,149); }

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

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

 span { border-color: rgb(172,202,149); }

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