Shades of Gum Leaf #ADBDB2
Tints of Gum Leaf #ADBDB2
RGB
CMYK
RGB Variations
Color information
#ADBDB2 (or 0xADBDB2) is known color: Gum Leaf. HEX triplet: AD, BD and B2. RGB value is (173,189,178). Sum of RGB (Red+Green+Blue) = 173+189+178=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDB2 is #52424D. Grayscale: #B6B6B6. Windows color (decimal): -5390926 or 11713965. OLE color: 11713965.
HSL color Cylindrical-coordinate representation of color #ADBDB2: hue angle of 138.75º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBDB2 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 189 | 178 | - |
CMYK | 0.08 | 0 | 0.06 | 0.26 |
HSL | 138.75º | 0.11% | 0.71% | - |
HSV(B) | 138.75º | 0.08% | 0.74% | - |
XYZ | 43.47 | 48.49 | 49.19 | - |
YUV | 182.96 | 125.2 | 120.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 189 | 178 | 0.08 | 0 | 0.06 | 0.26 | 138.75 | 0.11 | 0.71 |
Hex | AD | BD | B2 | 8 | 0 | 6 | 1A | 8B | B | 47 |
Octal | 255 | 275 | 262 | 10 | 0 | 6 | 32 | 213 | 13 | 107 |
Binary | 10101101 | 10111101 | 10110010 | 1000 | 0 | 110 | 11010 | 10001011 | 1011 | 1000111 |
Color Harmonies of #ADBDB2
Complementary color
Monochromatic Colors of #ADBDB2
Black with #ADBDB2
Text Example
Text Example
White with #ADBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDB2; }
p { color: rgb(173,189,178); }
H1.HeaderClassName
{
color: #ADBDB2;
}
.AnyTagClassName
{
color: #ADBDB2;
}
</style>
background-color css
<style>
a { background-color: #ADBDB2; }
a { background-color: rgb(173,189,178); }
div.DivClassName
{
background-color: #ADBDB2;
}
.BgClassName
{
background-color: #ADBDB2;
}
</style>
border-color css
<style>
span { border-color: #ADBDB2; }
span { border-color: rgb(173,189,178); }
td.TdClassName
{
border-color: #ADBDB2;
}
.TagClassName
{
border-color: #ADBDB2;
}
</style>