Shades of Loblolly #A5BFB0
Tints of Loblolly #A5BFB0
RGB
CMYK
RGB Variations
Color information
#A5BFB0 (or 0xA5BFB0) is known color: Loblolly. HEX triplet: A5, BF and B0. RGB value is (165,191,176). Sum of RGB (Red+Green+Blue) = 165+191+176=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BFB0 is #5A404F. Grayscale: #B5B5B5. Windows color (decimal): -5914704 or 11583397. OLE color: 11583397.
HSL color Cylindrical-coordinate representation of color #A5BFB0: hue angle of 145.38º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5BFB0 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 191 | 176 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.25 |
| HSL | 145.38º | 0.17% | 0.7% | - |
| HSV(B) | 145.38º | 0.14% | 0.75% | - |
| XYZ | 41.98 | 48.4 | 48.2 | - |
| YUV | 181.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 191 | 176 | 0.14 | 0 | 0.08 | 0.25 | 145.38 | 0.17 | 0.7 |
| Hex | A5 | BF | B0 | E | 0 | 8 | 19 | 91 | 11 | 46 |
| Octal | 245 | 277 | 260 | 16 | 0 | 10 | 31 | 221 | 21 | 106 |
| Binary | 10100101 | 10111111 | 10110000 | 1110 | 0 | 1000 | 11001 | 10010001 | 10001 | 1000110 |
Color Harmonies of #A5BFB0
Complementary color
Monochromatic Colors of #A5BFB0
Black with #A5BFB0
Text Example
Text Example
White with #A5BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BFB0; }
p { color: rgb(165,191,176); }
H1.HeaderClassName
{
color: #A5BFB0;
}
.AnyTagClassName
{
color: #A5BFB0;
}
</style>
background-color css
<style>
a { background-color: #A5BFB0; }
a { background-color: rgb(165,191,176); }
div.DivClassName
{
background-color: #A5BFB0;
}
.BgClassName
{
background-color: #A5BFB0;
}
</style>
border-color css
<style>
span { border-color: #A5BFB0; }
span { border-color: rgb(165,191,176); }
td.TdClassName
{
border-color: #A5BFB0;
}
.TagClassName
{
border-color: #A5BFB0;
}
</style>