Shades of Pine Glade #BBBC74
Tints of Pine Glade #BBBC74
RGB
CMYK
RGB Variations
Color information
#BBBC74 (or 0xBBBC74) is known color: Pine Glade. HEX triplet: BB, BC and 74. RGB value is (187,188,116). Sum of RGB (Red+Green+Blue) = 187+188+116=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC74 is #44438B. Grayscale: #B3B3B3. Windows color (decimal): -4473740 or 7650491. OLE color: 7650491.
HSL color Cylindrical-coordinate representation of color #BBBC74: hue angle of 60.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBBC74 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 116 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.26 |
| HSL | 60.83º | 0.35% | 0.6% | - |
| HSV(B) | 60.83º | 0.38% | 0.74% | - |
| XYZ | 41.63 | 47.79 | 23.55 | - |
| YUV | 179.49 | 92.17 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 116 | 0.01 | 0 | 0.38 | 0.26 | 60.83 | 0.35 | 0.6 |
| Hex | BB | BC | 74 | 1 | 0 | 26 | 1A | 3D | 23 | 3C |
| Octal | 273 | 274 | 164 | 1 | 0 | 46 | 32 | 75 | 43 | 74 |
| Binary | 10111011 | 10111100 | 1110100 | 1 | 0 | 100110 | 11010 | 111101 | 100011 | 111100 |
Color Harmonies of #BBBC74
Complementary color
Monochromatic Colors of #BBBC74
Black with #BBBC74
Text Example
Text Example
White with #BBBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC74; }
p { color: rgb(187,188,116); }
H1.HeaderClassName
{
color: #BBBC74;
}
.AnyTagClassName
{
color: #BBBC74;
}
</style>
background-color css
<style>
a { background-color: #BBBC74; }
a { background-color: rgb(187,188,116); }
div.DivClassName
{
background-color: #BBBC74;
}
.BgClassName
{
background-color: #BBBC74;
}
</style>
border-color css
<style>
span { border-color: #BBBC74; }
span { border-color: rgb(187,188,116); }
td.TdClassName
{
border-color: #BBBC74;
}
.TagClassName
{
border-color: #BBBC74;
}
</style>