Shades of Shadow Green #A4BBB4
Tints of Shadow Green #A4BBB4
RGB
CMYK
RGB Variations
Color information
#A4BBB4 (or 0xA4BBB4) is known color: Shadow Green. HEX triplet: A4, BB and B4. RGB value is (164,187,180). Sum of RGB (Red+Green+Blue) = 164+187+180=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBB4 is #5B444B. Grayscale: #B3B3B3. Windows color (decimal): -5981260 or 11844516. OLE color: 11844516.
HSL color Cylindrical-coordinate representation of color #A4BBB4: hue angle of 161.74º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BBB4 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 187 | 180 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.27 |
| HSL | 161.74º | 0.14% | 0.69% | - |
| HSV(B) | 161.74º | 0.12% | 0.73% | - |
| XYZ | 41.32 | 46.73 | 50.02 | - |
| YUV | 179.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 187 | 180 | 0.12 | 0 | 0.04 | 0.27 | 161.74 | 0.14 | 0.69 |
| Hex | A4 | BB | B4 | C | 0 | 4 | 1B | A2 | E | 45 |
| Octal | 244 | 273 | 264 | 14 | 0 | 4 | 33 | 242 | 16 | 105 |
| Binary | 10100100 | 10111011 | 10110100 | 1100 | 0 | 100 | 11011 | 10100010 | 1110 | 1000101 |
Color Harmonies of #A4BBB4
Complementary color
Monochromatic Colors of #A4BBB4
Black with #A4BBB4
Text Example
Text Example
White with #A4BBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BBB4; }
p { color: rgb(164,187,180); }
H1.HeaderClassName
{
color: #A4BBB4;
}
.AnyTagClassName
{
color: #A4BBB4;
}
</style>
background-color css
<style>
a { background-color: #A4BBB4; }
a { background-color: rgb(164,187,180); }
div.DivClassName
{
background-color: #A4BBB4;
}
.BgClassName
{
background-color: #A4BBB4;
}
</style>
border-color css
<style>
span { border-color: #A4BBB4; }
span { border-color: rgb(164,187,180); }
td.TdClassName
{
border-color: #A4BBB4;
}
.TagClassName
{
border-color: #A4BBB4;
}
</style>