#ACCC99

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

Shades of Spring Rain #ACCC99

Tints of Spring Rain #ACCC99

Color information

#ACCC99 (or 0xACCC99) is unknown color: approx Spring Rain. HEX triplet: AC, CC and 99. RGB value is (172,204,153). Sum of RGB (Red+Green+Blue) = 172+204+153=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCC99 is #533366. Grayscale: #BCBCBC. Windows color (decimal): -5452647 or 10079404. OLE color: 10079404.

HSL color Cylindrical-coordinate representation of color #ACCC99: hue angle of 97.65º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACCC99 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB172204153-
CMYK0.1600.250.2
HSL97.65º33.33%70%-
HSV(B)97.65º25%80%-
XYZ44.3654.2638.27-
YUV188.62107.9116.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 153 (60.16% from 255) = 28.92%
R=32.51%
G=38.56%
B=28.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041530.1600.250.297.6533.3370
HexACCC991001914622146
Octal254314231200312414241106
Binary101011001100110010011001100000110011010011000101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCC99; }

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

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

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

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

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

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

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

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