Shades of Pine Glade #B8C081
Tints of Pine Glade #B8C081
RGB
CMYK
RGB Variations
Color information
#B8C081 (or 0xB8C081) is known color: Pine Glade. HEX triplet: B8, C0 and 81. RGB value is (184,192,129). Sum of RGB (Red+Green+Blue) = 184+192+129=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C081 is #473F7E. Grayscale: #B6B6B6. Windows color (decimal): -4669311 or 8503480. OLE color: 8503480.
HSL color Cylindrical-coordinate representation of color #B8C081: hue angle of 67.62º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8C081 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 129 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.25 |
| HSL | 67.62º | 0.33% | 0.63% | - |
| HSV(B) | 67.62º | 0.33% | 0.75% | - |
| XYZ | 42.58 | 49.47 | 28.07 | - |
| YUV | 182.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 129 | 0.04 | 0 | 0.33 | 0.25 | 67.62 | 0.33 | 0.63 |
| Hex | B8 | C0 | 81 | 4 | 0 | 21 | 19 | 44 | 21 | 3F |
| Octal | 270 | 300 | 201 | 4 | 0 | 41 | 31 | 104 | 41 | 77 |
| Binary | 10111000 | 11000000 | 10000001 | 100 | 0 | 100001 | 11001 | 1000100 | 100001 | 111111 |
Color Harmonies of #B8C081
Complementary color
Monochromatic Colors of #B8C081
Black with #B8C081
Text Example
Text Example
White with #B8C081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C081; }
p { color: rgb(184,192,129); }
H1.HeaderClassName
{
color: #B8C081;
}
.AnyTagClassName
{
color: #B8C081;
}
</style>
background-color css
<style>
a { background-color: #B8C081; }
a { background-color: rgb(184,192,129); }
div.DivClassName
{
background-color: #B8C081;
}
.BgClassName
{
background-color: #B8C081;
}
</style>
border-color css
<style>
span { border-color: #B8C081; }
span { border-color: rgb(184,192,129); }
td.TdClassName
{
border-color: #B8C081;
}
.TagClassName
{
border-color: #B8C081;
}
</style>