Shades of Loblolly #ABC4B5
Tints of Loblolly #ABC4B5
RGB
CMYK
RGB Variations
Color information
#ABC4B5 (or 0xABC4B5) is known color: Loblolly. HEX triplet: AB, C4 and B5. RGB value is (171,196,181). Sum of RGB (Red+Green+Blue) = 171+196+181=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4B5 is #543B4A. Grayscale: #BABABA. Windows color (decimal): -5520203 or 11912363. OLE color: 11912363.
HSL color Cylindrical-coordinate representation of color #ABC4B5: hue angle of 144º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC4B5 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
RGB | 171 | 196 | 181 | - |
CMYK | 0.13 | 0 | 0.08 | 0.23 |
HSL | 144º | 0.17% | 0.72% | - |
HSV(B) | 144º | 0.13% | 0.77% | - |
XYZ | 44.88 | 51.47 | 51.29 | - |
YUV | 186.82 | 124.72 | 116.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 196 | 181 | 0.13 | 0 | 0.08 | 0.23 | 144 | 0.17 | 0.72 |
Hex | AB | C4 | B5 | D | 0 | 8 | 17 | 90 | 11 | 48 |
Octal | 253 | 304 | 265 | 15 | 0 | 10 | 27 | 220 | 21 | 110 |
Binary | 10101011 | 11000100 | 10110101 | 1101 | 0 | 1000 | 10111 | 10010000 | 10001 | 1001000 |
Color Harmonies of #ABC4B5
Complementary color
Monochromatic Colors of #ABC4B5
Black with #ABC4B5
Text Example
Text Example
White with #ABC4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC4B5; }
p { color: rgb(171,196,181); }
H1.HeaderClassName
{
color: #ABC4B5;
}
.AnyTagClassName
{
color: #ABC4B5;
}
</style>
background-color css
<style>
a { background-color: #ABC4B5; }
a { background-color: rgb(171,196,181); }
div.DivClassName
{
background-color: #ABC4B5;
}
.BgClassName
{
background-color: #ABC4B5;
}
</style>
border-color css
<style>
span { border-color: #ABC4B5; }
span { border-color: rgb(171,196,181); }
td.TdClassName
{
border-color: #ABC4B5;
}
.TagClassName
{
border-color: #ABC4B5;
}
</style>