Shades of Spring Rain #A4BEA4
Tints of Spring Rain #A4BEA4
RGB
CMYK
RGB Variations
Color information
#A4BEA4 (or 0xA4BEA4) is known color: Spring Rain. HEX triplet: A4, BE and A4. RGB value is (164,190,164). Sum of RGB (Red+Green+Blue) = 164+190+164=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BEA4 is #5B415B. Grayscale: #B3B3B3. Windows color (decimal): -5980508 or 10796708. OLE color: 10796708.
HSL color Cylindrical-coordinate representation of color #A4BEA4: hue angle of 120º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4BEA4 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
RGB | 164 | 190 | 164 | - |
CMYK | 0.14 | 0 | 0.14 | 0.25 |
HSL | 120º | 0.17% | 0.69% | - |
HSV(B) | 120º | 0.14% | 0.75% | - |
XYZ | 40.42 | 47.4 | 42.14 | - |
YUV | 179.26 | 119.39 | 117.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 190 | 164 | 0.14 | 0 | 0.14 | 0.25 | 120 | 0.17 | 0.69 |
Hex | A4 | BE | A4 | E | 0 | E | 19 | 78 | 11 | 45 |
Octal | 244 | 276 | 244 | 16 | 0 | 16 | 31 | 170 | 21 | 105 |
Binary | 10100100 | 10111110 | 10100100 | 1110 | 0 | 1110 | 11001 | 1111000 | 10001 | 1000101 |
Color Harmonies of #A4BEA4
Complementary color
Monochromatic Colors of #A4BEA4
Black with #A4BEA4
Text Example
Text Example
White with #A4BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BEA4; }
p { color: rgb(164,190,164); }
H1.HeaderClassName
{
color: #A4BEA4;
}
.AnyTagClassName
{
color: #A4BEA4;
}
</style>
background-color css
<style>
a { background-color: #A4BEA4; }
a { background-color: rgb(164,190,164); }
div.DivClassName
{
background-color: #A4BEA4;
}
.BgClassName
{
background-color: #A4BEA4;
}
</style>
border-color css
<style>
span { border-color: #A4BEA4; }
span { border-color: rgb(164,190,164); }
td.TdClassName
{
border-color: #A4BEA4;
}
.TagClassName
{
border-color: #A4BEA4;
}
</style>