Shades of Gum Leaf #ADCAB5
Tints of Gum Leaf #ADCAB5
RGB
CMYK
RGB Variations
Color information
#ADCAB5 (or 0xADCAB5) is known color: Gum Leaf. HEX triplet: AD, CA and B5. RGB value is (173,202,181). Sum of RGB (Red+Green+Blue) = 173+202+181=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAB5 is #52354A. Grayscale: #BEBEBE. Windows color (decimal): -5387595 or 11913901. OLE color: 11913901.
HSL color Cylindrical-coordinate representation of color #ADCAB5: hue angle of 136.55º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADCAB5 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 173 | 202 | 181 | - |
CMYK | 0.14 | 0 | 0.10 | 0.21 |
HSL | 136.55º | 0.21% | 0.74% | - |
HSV(B) | 136.55º | 0.14% | 0.79% | - |
XYZ | 46.69 | 54.46 | 51.77 | - |
YUV | 190.94 | 122.39 | 115.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 202 | 181 | 0.14 | 0 | 0.10 | 0.21 | 136.55 | 0.21 | 0.74 |
Hex | AD | CA | B5 | E | 0 | A | 15 | 89 | 15 | 4A |
Octal | 255 | 312 | 265 | 16 | 0 | 12 | 25 | 211 | 25 | 112 |
Binary | 10101101 | 11001010 | 10110101 | 1110 | 0 | 1010 | 10101 | 10001001 | 10101 | 1001010 |
Color Harmonies of #ADCAB5
Complementary color
Monochromatic Colors of #ADCAB5
Black with #ADCAB5
Text Example
Text Example
White with #ADCAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCAB5; }
p { color: rgb(173,202,181); }
H1.HeaderClassName
{
color: #ADCAB5;
}
.AnyTagClassName
{
color: #ADCAB5;
}
</style>
background-color css
<style>
a { background-color: #ADCAB5; }
a { background-color: rgb(173,202,181); }
div.DivClassName
{
background-color: #ADCAB5;
}
.BgClassName
{
background-color: #ADCAB5;
}
</style>
border-color css
<style>
span { border-color: #ADCAB5; }
span { border-color: rgb(173,202,181); }
td.TdClassName
{
border-color: #ADCAB5;
}
.TagClassName
{
border-color: #ADCAB5;
}
</style>