Shades of Pine Glade #B8C378
Tints of Pine Glade #B8C378
RGB
CMYK
RGB Variations
Color information
#B8C378 (or 0xB8C378) is known color: Pine Glade. HEX triplet: B8, C3 and 78. RGB value is (184,195,120). Sum of RGB (Red+Green+Blue) = 184+195+120=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C378 is #473C87. Grayscale: #B7B7B7. Windows color (decimal): -4668552 or 7914424. OLE color: 7914424.
HSL color Cylindrical-coordinate representation of color #B8C378: hue angle of 68.8º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8C378 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 120 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.24 |
| HSL | 68.8º | 0.38% | 0.62% | - |
| HSV(B) | 68.8º | 0.38% | 0.76% | - |
| XYZ | 42.67 | 50.58 | 25.28 | - |
| YUV | 183.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 120 | 0.06 | 0 | 0.38 | 0.24 | 68.8 | 0.38 | 0.62 |
| Hex | B8 | C3 | 78 | 6 | 0 | 26 | 18 | 45 | 26 | 3E |
| Octal | 270 | 303 | 170 | 6 | 0 | 46 | 30 | 105 | 46 | 76 |
| Binary | 10111000 | 11000011 | 1111000 | 110 | 0 | 100110 | 11000 | 1000101 | 100110 | 111110 |
Color Harmonies of #B8C378
Complementary color
Monochromatic Colors of #B8C378
Black with #B8C378
Text Example
Text Example
White with #B8C378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C378; }
p { color: rgb(184,195,120); }
H1.HeaderClassName
{
color: #B8C378;
}
.AnyTagClassName
{
color: #B8C378;
}
</style>
background-color css
<style>
a { background-color: #B8C378; }
a { background-color: rgb(184,195,120); }
div.DivClassName
{
background-color: #B8C378;
}
.BgClassName
{
background-color: #B8C378;
}
</style>
border-color css
<style>
span { border-color: #B8C378; }
span { border-color: rgb(184,195,120); }
td.TdClassName
{
border-color: #B8C378;
}
.TagClassName
{
border-color: #B8C378;
}
</style>