Shades of Pine Glade #B8C282
Tints of Pine Glade #B8C282
RGB
CMYK
RGB Variations
Color information
#B8C282 (or 0xB8C282) is known color: Pine Glade. HEX triplet: B8, C2 and 82. RGB value is (184,194,130). Sum of RGB (Red+Green+Blue) = 184+194+130=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C282 is #473D7D. Grayscale: #B7B7B7. Windows color (decimal): -4668798 or 8569528. OLE color: 8569528.
HSL color Cylindrical-coordinate representation of color #B8C282: hue angle of 69.38º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8C282 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 130 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.24 |
| HSL | 69.38º | 0.34% | 0.64% | - |
| HSV(B) | 69.38º | 0.33% | 0.76% | - |
| XYZ | 43.09 | 50.39 | 28.57 | - |
| YUV | 183.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 130 | 0.05 | 0 | 0.33 | 0.24 | 69.38 | 0.34 | 0.64 |
| Hex | B8 | C2 | 82 | 5 | 0 | 21 | 18 | 45 | 22 | 40 |
| Octal | 270 | 302 | 202 | 5 | 0 | 41 | 30 | 105 | 42 | 100 |
| Binary | 10111000 | 11000010 | 10000010 | 101 | 0 | 100001 | 11000 | 1000101 | 100010 | 1000000 |
Color Harmonies of #B8C282
Complementary color
Monochromatic Colors of #B8C282
Black with #B8C282
Text Example
Text Example
White with #B8C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C282; }
p { color: rgb(184,194,130); }
H1.HeaderClassName
{
color: #B8C282;
}
.AnyTagClassName
{
color: #B8C282;
}
</style>
background-color css
<style>
a { background-color: #B8C282; }
a { background-color: rgb(184,194,130); }
div.DivClassName
{
background-color: #B8C282;
}
.BgClassName
{
background-color: #B8C282;
}
</style>
border-color css
<style>
span { border-color: #B8C282; }
span { border-color: rgb(184,194,130); }
td.TdClassName
{
border-color: #B8C282;
}
.TagClassName
{
border-color: #B8C282;
}
</style>