Shades of Pine Glade #B8C674
Tints of Pine Glade #B8C674
RGB
CMYK
RGB Variations
Color information
#B8C674 (or 0xB8C674) is known color: Pine Glade. HEX triplet: B8, C6 and 74. RGB value is (184,198,116). Sum of RGB (Red+Green+Blue) = 184+198+116=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C674 is #47398B. Grayscale: #B8B8B8. Windows color (decimal): -4667788 or 7653048. OLE color: 7653048.
HSL color Cylindrical-coordinate representation of color #B8C674: hue angle of 70.24º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8C674 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 116 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.22 |
| HSL | 70.24º | 0.42% | 0.62% | - |
| HSV(B) | 70.24º | 0.41% | 0.78% | - |
| XYZ | 43.11 | 51.84 | 24.26 | - |
| YUV | 184.47 | 89.36 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 116 | 0.07 | 0 | 0.41 | 0.22 | 70.24 | 0.42 | 0.62 |
| Hex | B8 | C6 | 74 | 7 | 0 | 29 | 16 | 46 | 2A | 3E |
| Octal | 270 | 306 | 164 | 7 | 0 | 51 | 26 | 106 | 52 | 76 |
| Binary | 10111000 | 11000110 | 1110100 | 111 | 0 | 101001 | 10110 | 1000110 | 101010 | 111110 |
Color Harmonies of #B8C674
Complementary color
Monochromatic Colors of #B8C674
Black with #B8C674
Text Example
Text Example
White with #B8C674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C674; }
p { color: rgb(184,198,116); }
H1.HeaderClassName
{
color: #B8C674;
}
.AnyTagClassName
{
color: #B8C674;
}
</style>
background-color css
<style>
a { background-color: #B8C674; }
a { background-color: rgb(184,198,116); }
div.DivClassName
{
background-color: #B8C674;
}
.BgClassName
{
background-color: #B8C674;
}
</style>
border-color css
<style>
span { border-color: #B8C674; }
span { border-color: rgb(184,198,116); }
td.TdClassName
{
border-color: #B8C674;
}
.TagClassName
{
border-color: #B8C674;
}
</style>