Shades of Spring Rain #ACC59D
Tints of Spring Rain #ACC59D
RGB
CMYK
RGB Variations
Color information
#ACC59D (or 0xACC59D) is known color: Spring Rain. HEX triplet: AC, C5 and 9D. RGB value is (172,197,157). Sum of RGB (Red+Green+Blue) = 172+197+157=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC59D is #533A62. Grayscale: #B9B9B9. Windows color (decimal): -5454435 or 10339756. OLE color: 10339756.
HSL color Cylindrical-coordinate representation of color #ACC59D: hue angle of 97.5º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACC59D is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 157 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.23 |
| HSL | 97.5º | 0.26% | 0.69% | - |
| HSV(B) | 97.5º | 0.2% | 0.77% | - |
| XYZ | 43.07 | 51.14 | 39.5 | - |
| YUV | 184.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 157 | 0.13 | 0 | 0.20 | 0.23 | 97.5 | 0.26 | 0.69 |
| Hex | AC | C5 | 9D | D | 0 | 14 | 17 | 62 | 1A | 45 |
| Octal | 254 | 305 | 235 | 15 | 0 | 24 | 27 | 142 | 32 | 105 |
| Binary | 10101100 | 11000101 | 10011101 | 1101 | 0 | 10100 | 10111 | 1100010 | 11010 | 1000101 |
Color Harmonies of #ACC59D
Complementary color
Monochromatic Colors of #ACC59D
Black with #ACC59D
Text Example
Text Example
White with #ACC59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC59D; }
p { color: rgb(172,197,157); }
H1.HeaderClassName
{
color: #ACC59D;
}
.AnyTagClassName
{
color: #ACC59D;
}
</style>
background-color css
<style>
a { background-color: #ACC59D; }
a { background-color: rgb(172,197,157); }
div.DivClassName
{
background-color: #ACC59D;
}
.BgClassName
{
background-color: #ACC59D;
}
</style>
border-color css
<style>
span { border-color: #ACC59D; }
span { border-color: rgb(172,197,157); }
td.TdClassName
{
border-color: #ACC59D;
}
.TagClassName
{
border-color: #ACC59D;
}
</style>