Shades of Gum Leaf #ABCCB5
Tints of Gum Leaf #ABCCB5
RGB
CMYK
RGB Variations
Color information
#ABCCB5 (or 0xABCCB5) is known color: Gum Leaf. HEX triplet: AB, CC and B5. RGB value is (171,204,181). Sum of RGB (Red+Green+Blue) = 171+204+181=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCB5 is #54334A. Grayscale: #BFBFBF. Windows color (decimal): -5518155 or 11914411. OLE color: 11914411.
HSL color Cylindrical-coordinate representation of color #ABCCB5: hue angle of 138.18º 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 #ABCCB5 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 181 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.2 |
| HSL | 138.18º | 0.24% | 0.74% | - |
| HSV(B) | 138.18º | 0.16% | 0.8% | - |
| XYZ | 46.73 | 55.18 | 51.9 | - |
| YUV | 191.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 181 | 0.16 | 0 | 0.11 | 0.2 | 138.18 | 0.24 | 0.74 |
| Hex | AB | CC | B5 | 10 | 0 | B | 14 | 8A | 18 | 4A |
| Octal | 253 | 314 | 265 | 20 | 0 | 13 | 24 | 212 | 30 | 112 |
| Binary | 10101011 | 11001100 | 10110101 | 10000 | 0 | 1011 | 10100 | 10001010 | 11000 | 1001010 |
Color Harmonies of #ABCCB5
Complementary color
Monochromatic Colors of #ABCCB5
Black with #ABCCB5
Text Example
Text Example
White with #ABCCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCB5; }
p { color: rgb(171,204,181); }
H1.HeaderClassName
{
color: #ABCCB5;
}
.AnyTagClassName
{
color: #ABCCB5;
}
</style>
background-color css
<style>
a { background-color: #ABCCB5; }
a { background-color: rgb(171,204,181); }
div.DivClassName
{
background-color: #ABCCB5;
}
.BgClassName
{
background-color: #ABCCB5;
}
</style>
border-color css
<style>
span { border-color: #ABCCB5; }
span { border-color: rgb(171,204,181); }
td.TdClassName
{
border-color: #ABCCB5;
}
.TagClassName
{
border-color: #ABCCB5;
}
</style>