Shades of Pine Glade #B8C67A
Tints of Pine Glade #B8C67A
RGB
CMYK
RGB Variations
Color information
#B8C67A (or 0xB8C67A) is known color: Pine Glade. HEX triplet: B8, C6 and 7A. RGB value is (184,198,122). Sum of RGB (Red+Green+Blue) = 184+198+122=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C67A is #473985. Grayscale: #B9B9B9. Windows color (decimal): -4667782 or 8046264. OLE color: 8046264.
HSL color Cylindrical-coordinate representation of color #B8C67A: hue angle of 71.05º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8C67A is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 122 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.22 |
| HSL | 71.05º | 0.4% | 0.63% | - |
| HSV(B) | 71.05º | 0.38% | 0.78% | - |
| XYZ | 43.47 | 51.98 | 26.15 | - |
| YUV | 185.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 122 | 0.07 | 0 | 0.38 | 0.22 | 71.05 | 0.4 | 0.63 |
| Hex | B8 | C6 | 7A | 7 | 0 | 26 | 16 | 47 | 28 | 3F |
| Octal | 270 | 306 | 172 | 7 | 0 | 46 | 26 | 107 | 50 | 77 |
| Binary | 10111000 | 11000110 | 1111010 | 111 | 0 | 100110 | 10110 | 1000111 | 101000 | 111111 |
Color Harmonies of #B8C67A
Complementary color
Monochromatic Colors of #B8C67A
Black with #B8C67A
Text Example
Text Example
White with #B8C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C67A; }
p { color: rgb(184,198,122); }
H1.HeaderClassName
{
color: #B8C67A;
}
.AnyTagClassName
{
color: #B8C67A;
}
</style>
background-color css
<style>
a { background-color: #B8C67A; }
a { background-color: rgb(184,198,122); }
div.DivClassName
{
background-color: #B8C67A;
}
.BgClassName
{
background-color: #B8C67A;
}
</style>
border-color css
<style>
span { border-color: #B8C67A; }
span { border-color: rgb(184,198,122); }
td.TdClassName
{
border-color: #B8C67A;
}
.TagClassName
{
border-color: #B8C67A;
}
</style>