Shades of Pine Glade #B6C574
Tints of Pine Glade #B6C574
RGB
CMYK
RGB Variations
Color information
#B6C574 (or 0xB6C574) is known color: Pine Glade. HEX triplet: B6, C5 and 74. RGB value is (182,197,116). Sum of RGB (Red+Green+Blue) = 182+197+116=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C574 is #493A8B. Grayscale: #B7B7B7. Windows color (decimal): -4799116 or 7652790. OLE color: 7652790.
HSL color Cylindrical-coordinate representation of color #B6C574: hue angle of 71.11º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6C574 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 197 | 116 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.23 |
| HSL | 71.11º | 0.41% | 0.61% | - |
| HSV(B) | 71.11º | 0.41% | 0.77% | - |
| XYZ | 42.41 | 51.14 | 24.16 | - |
| YUV | 183.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 197 | 116 | 0.08 | 0 | 0.41 | 0.23 | 71.11 | 0.41 | 0.61 |
| Hex | B6 | C5 | 74 | 8 | 0 | 29 | 17 | 47 | 29 | 3D |
| Octal | 266 | 305 | 164 | 10 | 0 | 51 | 27 | 107 | 51 | 75 |
| Binary | 10110110 | 11000101 | 1110100 | 1000 | 0 | 101001 | 10111 | 1000111 | 101001 | 111101 |
Color Harmonies of #B6C574
Complementary color
Monochromatic Colors of #B6C574
Black with #B6C574
Text Example
Text Example
White with #B6C574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C574; }
p { color: rgb(182,197,116); }
H1.HeaderClassName
{
color: #B6C574;
}
.AnyTagClassName
{
color: #B6C574;
}
</style>
background-color css
<style>
a { background-color: #B6C574; }
a { background-color: rgb(182,197,116); }
div.DivClassName
{
background-color: #B6C574;
}
.BgClassName
{
background-color: #B6C574;
}
</style>
border-color css
<style>
span { border-color: #B6C574; }
span { border-color: rgb(182,197,116); }
td.TdClassName
{
border-color: #B6C574;
}
.TagClassName
{
border-color: #B6C574;
}
</style>