Shades of Gum Leaf #A4CCB2
Tints of Gum Leaf #A4CCB2
RGB
CMYK
RGB Variations
Color information
#A4CCB2 (or 0xA4CCB2) is known color: Gum Leaf. HEX triplet: A4, CC and B2. RGB value is (164,204,178). Sum of RGB (Red+Green+Blue) = 164+204+178=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CCB2 is #5B334D. Grayscale: #BDBDBD. Windows color (decimal): -5976910 or 11717796. OLE color: 11717796.
HSL color Cylindrical-coordinate representation of color #A4CCB2: hue angle of 141º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CCB2 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 204 | 178 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.2 |
| HSL | 141º | 0.28% | 0.72% | - |
| HSV(B) | 141º | 0.2% | 0.8% | - |
| XYZ | 44.94 | 54.29 | 50.23 | - |
| YUV | 189.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 204 | 178 | 0.20 | 0 | 0.13 | 0.2 | 141 | 0.28 | 0.72 |
| Hex | A4 | CC | B2 | 14 | 0 | D | 14 | 8D | 1C | 48 |
| Octal | 244 | 314 | 262 | 24 | 0 | 15 | 24 | 215 | 34 | 110 |
| Binary | 10100100 | 11001100 | 10110010 | 10100 | 0 | 1101 | 10100 | 10001101 | 11100 | 1001000 |
Color Harmonies of #A4CCB2
Complementary color
Monochromatic Colors of #A4CCB2
Black with #A4CCB2
Text Example
Text Example
White with #A4CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CCB2; }
p { color: rgb(164,204,178); }
H1.HeaderClassName
{
color: #A4CCB2;
}
.AnyTagClassName
{
color: #A4CCB2;
}
</style>
background-color css
<style>
a { background-color: #A4CCB2; }
a { background-color: rgb(164,204,178); }
div.DivClassName
{
background-color: #A4CCB2;
}
.BgClassName
{
background-color: #A4CCB2;
}
</style>
border-color css
<style>
span { border-color: #A4CCB2; }
span { border-color: rgb(164,204,178); }
td.TdClassName
{
border-color: #A4CCB2;
}
.TagClassName
{
border-color: #A4CCB2;
}
</style>