Shades of Pine Glade #BBCE77
Tints of Pine Glade #BBCE77
RGB
CMYK
RGB Variations
Color information
#BBCE77 (or 0xBBCE77) is known color: Pine Glade. HEX triplet: BB, CE and 77. RGB value is (187,206,119). Sum of RGB (Red+Green+Blue) = 187+206+119=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCE77 is #443188. Grayscale: #BEBEBE. Windows color (decimal): -4469129 or 7851707. OLE color: 7851707.
HSL color Cylindrical-coordinate representation of color #BBCE77: hue angle of 73.1º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBCE77 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 119 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.19 |
| HSL | 73.1º | 0.47% | 0.64% | - |
| HSV(B) | 73.1º | 0.42% | 0.81% | - |
| XYZ | 45.89 | 56.04 | 25.85 | - |
| YUV | 190.4 | 87.71 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 119 | 0.09 | 0 | 0.42 | 0.19 | 73.1 | 0.47 | 0.64 |
| Hex | BB | CE | 77 | 9 | 0 | 2A | 13 | 49 | 2F | 40 |
| Octal | 273 | 316 | 167 | 11 | 0 | 52 | 23 | 111 | 57 | 100 |
| Binary | 10111011 | 11001110 | 1110111 | 1001 | 0 | 101010 | 10011 | 1001001 | 101111 | 1000000 |
Color Harmonies of #BBCE77
Complementary color
Monochromatic Colors of #BBCE77
Black with #BBCE77
Text Example
Text Example
White with #BBCE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE77; }
p { color: rgb(187,206,119); }
H1.HeaderClassName
{
color: #BBCE77;
}
.AnyTagClassName
{
color: #BBCE77;
}
</style>
background-color css
<style>
a { background-color: #BBCE77; }
a { background-color: rgb(187,206,119); }
div.DivClassName
{
background-color: #BBCE77;
}
.BgClassName
{
background-color: #BBCE77;
}
</style>
border-color css
<style>
span { border-color: #BBCE77; }
span { border-color: rgb(187,206,119); }
td.TdClassName
{
border-color: #BBCE77;
}
.TagClassName
{
border-color: #BBCE77;
}
</style>