Shades of Pine Glade #B1B67D
Tints of Pine Glade #B1B67D
RGB
CMYK
RGB Variations
Color information
#B1B67D (or 0xB1B67D) is known color: Pine Glade. HEX triplet: B1, B6 and 7D. RGB value is (177,182,125). Sum of RGB (Red+Green+Blue) = 177+182+125=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B67D is #4E4982. Grayscale: #AEAEAE. Windows color (decimal): -5130627 or 8238769. OLE color: 8238769.
HSL color Cylindrical-coordinate representation of color #B1B67D: hue angle of 65.26º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1B67D is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 182 | 125 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.29 |
| HSL | 65.26º | 0.28% | 0.6% | - |
| HSV(B) | 65.26º | 0.31% | 0.71% | - |
| XYZ | 38.56 | 44.28 | 25.92 | - |
| YUV | 174.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 182 | 125 | 0.03 | 0 | 0.31 | 0.29 | 65.26 | 0.28 | 0.6 |
| Hex | B1 | B6 | 7D | 3 | 0 | 1F | 1D | 41 | 1C | 3C |
| Octal | 261 | 266 | 175 | 3 | 0 | 37 | 35 | 101 | 34 | 74 |
| Binary | 10110001 | 10110110 | 1111101 | 11 | 0 | 11111 | 11101 | 1000001 | 11100 | 111100 |
Color Harmonies of #B1B67D
Complementary color
Monochromatic Colors of #B1B67D
Black with #B1B67D
Text Example
Text Example
White with #B1B67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B67D; }
p { color: rgb(177,182,125); }
H1.HeaderClassName
{
color: #B1B67D;
}
.AnyTagClassName
{
color: #B1B67D;
}
</style>
background-color css
<style>
a { background-color: #B1B67D; }
a { background-color: rgb(177,182,125); }
div.DivClassName
{
background-color: #B1B67D;
}
.BgClassName
{
background-color: #B1B67D;
}
</style>
border-color css
<style>
span { border-color: #B1B67D; }
span { border-color: rgb(177,182,125); }
td.TdClassName
{
border-color: #B1B67D;
}
.TagClassName
{
border-color: #B1B67D;
}
</style>