Shades of Pine Glade #B3C070
Tints of Pine Glade #B3C070
RGB
CMYK
RGB Variations
Color information
#B3C070 (or 0xB3C070) is known color: Pine Glade. HEX triplet: B3, C0 and 70. RGB value is (179,192,112). Sum of RGB (Red+Green+Blue) = 179+192+112=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C070 is #4C3F8F. Grayscale: #B3B3B3. Windows color (decimal): -4997008 or 7389363. OLE color: 7389363.
HSL color Cylindrical-coordinate representation of color #B3C070: hue angle of 69.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3C070 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 112 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.25 |
| HSL | 69.75º | 0.39% | 0.6% | - |
| HSV(B) | 69.75º | 0.42% | 0.75% | - |
| XYZ | 40.36 | 48.45 | 22.55 | - |
| YUV | 178.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 112 | 0.07 | 0 | 0.42 | 0.25 | 69.75 | 0.39 | 0.6 |
| Hex | B3 | C0 | 70 | 7 | 0 | 2A | 19 | 46 | 27 | 3C |
| Octal | 263 | 300 | 160 | 7 | 0 | 52 | 31 | 106 | 47 | 74 |
| Binary | 10110011 | 11000000 | 1110000 | 111 | 0 | 101010 | 11001 | 1000110 | 100111 | 111100 |
Color Harmonies of #B3C070
Complementary color
Monochromatic Colors of #B3C070
Black with #B3C070
Text Example
Text Example
White with #B3C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C070; }
p { color: rgb(179,192,112); }
H1.HeaderClassName
{
color: #B3C070;
}
.AnyTagClassName
{
color: #B3C070;
}
</style>
background-color css
<style>
a { background-color: #B3C070; }
a { background-color: rgb(179,192,112); }
div.DivClassName
{
background-color: #B3C070;
}
.BgClassName
{
background-color: #B3C070;
}
</style>
border-color css
<style>
span { border-color: #B3C070; }
span { border-color: rgb(179,192,112); }
td.TdClassName
{
border-color: #B3C070;
}
.TagClassName
{
border-color: #B3C070;
}
</style>