Shades of Pine Glade #BBC67D
Tints of Pine Glade #BBC67D
RGB
CMYK
RGB Variations
Color information
#BBC67D (or 0xBBC67D) is known color: Pine Glade. HEX triplet: BB, C6 and 7D. RGB value is (187,198,125). Sum of RGB (Red+Green+Blue) = 187+198+125=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC67D is #443982. Grayscale: #BABABA. Windows color (decimal): -4471171 or 8242875. OLE color: 8242875.
HSL color Cylindrical-coordinate representation of color #BBC67D: hue angle of 69.04º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBC67D is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 125 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.22 |
| HSL | 69.04º | 0.39% | 0.63% | - |
| HSV(B) | 69.04º | 0.37% | 0.78% | - |
| XYZ | 44.39 | 52.43 | 27.18 | - |
| YUV | 186.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 125 | 0.06 | 0 | 0.37 | 0.22 | 69.04 | 0.39 | 0.63 |
| Hex | BB | C6 | 7D | 6 | 0 | 25 | 16 | 45 | 27 | 3F |
| Octal | 273 | 306 | 175 | 6 | 0 | 45 | 26 | 105 | 47 | 77 |
| Binary | 10111011 | 11000110 | 1111101 | 110 | 0 | 100101 | 10110 | 1000101 | 100111 | 111111 |
Color Harmonies of #BBC67D
Complementary color
Monochromatic Colors of #BBC67D
Black with #BBC67D
Text Example
Text Example
White with #BBC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC67D; }
p { color: rgb(187,198,125); }
H1.HeaderClassName
{
color: #BBC67D;
}
.AnyTagClassName
{
color: #BBC67D;
}
</style>
background-color css
<style>
a { background-color: #BBC67D; }
a { background-color: rgb(187,198,125); }
div.DivClassName
{
background-color: #BBC67D;
}
.BgClassName
{
background-color: #BBC67D;
}
</style>
border-color css
<style>
span { border-color: #BBC67D; }
span { border-color: rgb(187,198,125); }
td.TdClassName
{
border-color: #BBC67D;
}
.TagClassName
{
border-color: #BBC67D;
}
</style>