Shades of Gum Leaf #ABCCB4
Tints of Gum Leaf #ABCCB4
RGB
CMYK
RGB Variations
Color information
#ABCCB4 (or 0xABCCB4) is known color: Gum Leaf. HEX triplet: AB, CC and B4. RGB value is (171,204,180). Sum of RGB (Red+Green+Blue) = 171+204+180=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCB4 is #54334B. Grayscale: #BFBFBF. Windows color (decimal): -5518156 or 11848875. OLE color: 11848875.
HSL color Cylindrical-coordinate representation of color #ABCCB4: hue angle of 136.36º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCCB4 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 180 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.2 |
| HSL | 136.36º | 0.24% | 0.74% | - |
| HSV(B) | 136.36º | 0.16% | 0.8% | - |
| XYZ | 46.63 | 55.14 | 51.37 | - |
| YUV | 191.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 180 | 0.16 | 0 | 0.12 | 0.2 | 136.36 | 0.24 | 0.74 |
| Hex | AB | CC | B4 | 10 | 0 | C | 14 | 88 | 18 | 4A |
| Octal | 253 | 314 | 264 | 20 | 0 | 14 | 24 | 210 | 30 | 112 |
| Binary | 10101011 | 11001100 | 10110100 | 10000 | 0 | 1100 | 10100 | 10001000 | 11000 | 1001010 |
Color Harmonies of #ABCCB4
Complementary color
Monochromatic Colors of #ABCCB4
Black with #ABCCB4
Text Example
Text Example
White with #ABCCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCB4; }
p { color: rgb(171,204,180); }
H1.HeaderClassName
{
color: #ABCCB4;
}
.AnyTagClassName
{
color: #ABCCB4;
}
</style>
background-color css
<style>
a { background-color: #ABCCB4; }
a { background-color: rgb(171,204,180); }
div.DivClassName
{
background-color: #ABCCB4;
}
.BgClassName
{
background-color: #ABCCB4;
}
</style>
border-color css
<style>
span { border-color: #ABCCB4; }
span { border-color: rgb(171,204,180); }
td.TdClassName
{
border-color: #ABCCB4;
}
.TagClassName
{
border-color: #ABCCB4;
}
</style>