Shades of Pine Glade #BBCE76
Tints of Pine Glade #BBCE76
RGB
CMYK
RGB Variations
Color information
#BBCE76 (or 0xBBCE76) is known color: Pine Glade. HEX triplet: BB, CE and 76. RGB value is (187,206,118). Sum of RGB (Red+Green+Blue) = 187+206+118=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCE76 is #443189. Grayscale: #BEBEBE. Windows color (decimal): -4469130 or 7786171. OLE color: 7786171.
HSL color Cylindrical-coordinate representation of color #BBCE76: hue angle of 72.95º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBCE76 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 118 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.19 |
| HSL | 72.95º | 0.47% | 0.64% | - |
| HSV(B) | 72.95º | 0.43% | 0.81% | - |
| XYZ | 45.83 | 56.02 | 25.54 | - |
| YUV | 190.29 | 87.21 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 118 | 0.09 | 0 | 0.43 | 0.19 | 72.95 | 0.47 | 0.64 |
| Hex | BB | CE | 76 | 9 | 0 | 2B | 13 | 49 | 2F | 40 |
| Octal | 273 | 316 | 166 | 11 | 0 | 53 | 23 | 111 | 57 | 100 |
| Binary | 10111011 | 11001110 | 1110110 | 1001 | 0 | 101011 | 10011 | 1001001 | 101111 | 1000000 |
Color Harmonies of #BBCE76
Complementary color
Monochromatic Colors of #BBCE76
Black with #BBCE76
Text Example
Text Example
White with #BBCE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE76; }
p { color: rgb(187,206,118); }
H1.HeaderClassName
{
color: #BBCE76;
}
.AnyTagClassName
{
color: #BBCE76;
}
</style>
background-color css
<style>
a { background-color: #BBCE76; }
a { background-color: rgb(187,206,118); }
div.DivClassName
{
background-color: #BBCE76;
}
.BgClassName
{
background-color: #BBCE76;
}
</style>
border-color css
<style>
span { border-color: #BBCE76; }
span { border-color: rgb(187,206,118); }
td.TdClassName
{
border-color: #BBCE76;
}
.TagClassName
{
border-color: #BBCE76;
}
</style>