Shades of Pine Glade #B7C375
Tints of Pine Glade #B7C375
RGB
CMYK
RGB Variations
Color information
#B7C375 (or 0xB7C375) is known color: Pine Glade. HEX triplet: B7, C3 and 75. RGB value is (183,195,117). Sum of RGB (Red+Green+Blue) = 183+195+117=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C375 is #483C8A. Grayscale: #B6B6B6. Windows color (decimal): -4734091 or 7717815. OLE color: 7717815.
HSL color Cylindrical-coordinate representation of color #B7C375: hue angle of 69.23º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7C375 is Cyan = 0.06, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 117 | - |
| CMYK | 0.06 | 0 | 0.4 | 0.24 |
| HSL | 69.23º | 0.39% | 0.61% | - |
| HSV(B) | 69.23º | 0.4% | 0.76% | - |
| XYZ | 42.25 | 50.38 | 24.33 | - |
| YUV | 182.52 | 91.02 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 117 | 0.06 | 0 | 0.4 | 0.24 | 69.23 | 0.39 | 0.61 |
| Hex | B7 | C3 | 75 | 6 | 0 | 28 | 18 | 45 | 27 | 3D |
| Octal | 267 | 303 | 165 | 6 | 0 | 50 | 30 | 105 | 47 | 75 |
| Binary | 10110111 | 11000011 | 1110101 | 110 | 0 | 101000 | 11000 | 1000101 | 100111 | 111101 |
Color Harmonies of #B7C375
Complementary color
Monochromatic Colors of #B7C375
Black with #B7C375
Text Example
Text Example
White with #B7C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C375; }
p { color: rgb(183,195,117); }
H1.HeaderClassName
{
color: #B7C375;
}
.AnyTagClassName
{
color: #B7C375;
}
</style>
background-color css
<style>
a { background-color: #B7C375; }
a { background-color: rgb(183,195,117); }
div.DivClassName
{
background-color: #B7C375;
}
.BgClassName
{
background-color: #B7C375;
}
</style>
border-color css
<style>
span { border-color: #B7C375; }
span { border-color: rgb(183,195,117); }
td.TdClassName
{
border-color: #B7C375;
}
.TagClassName
{
border-color: #B7C375;
}
</style>