Shades of Pine Glade #BBC67A
Tints of Pine Glade #BBC67A
RGB
CMYK
RGB Variations
Color information
#BBC67A (or 0xBBC67A) is known color: Pine Glade. HEX triplet: BB, C6 and 7A. RGB value is (187,198,122). Sum of RGB (Red+Green+Blue) = 187+198+122=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC67A is #443985. Grayscale: #BABABA. Windows color (decimal): -4471174 or 8046267. OLE color: 8046267.
HSL color Cylindrical-coordinate representation of color #BBC67A: hue angle of 68.68º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBC67A is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 122 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.22 |
| HSL | 68.68º | 0.4% | 0.63% | - |
| HSV(B) | 68.68º | 0.38% | 0.78% | - |
| XYZ | 44.2 | 52.36 | 26.19 | - |
| YUV | 186.05 | 91.86 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 122 | 0.06 | 0 | 0.38 | 0.22 | 68.68 | 0.4 | 0.63 |
| Hex | BB | C6 | 7A | 6 | 0 | 26 | 16 | 45 | 28 | 3F |
| Octal | 273 | 306 | 172 | 6 | 0 | 46 | 26 | 105 | 50 | 77 |
| Binary | 10111011 | 11000110 | 1111010 | 110 | 0 | 100110 | 10110 | 1000101 | 101000 | 111111 |
Color Harmonies of #BBC67A
Complementary color
Monochromatic Colors of #BBC67A
Black with #BBC67A
Text Example
Text Example
White with #BBC67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC67A; }
p { color: rgb(187,198,122); }
H1.HeaderClassName
{
color: #BBC67A;
}
.AnyTagClassName
{
color: #BBC67A;
}
</style>
background-color css
<style>
a { background-color: #BBC67A; }
a { background-color: rgb(187,198,122); }
div.DivClassName
{
background-color: #BBC67A;
}
.BgClassName
{
background-color: #BBC67A;
}
</style>
border-color css
<style>
span { border-color: #BBC67A; }
span { border-color: rgb(187,198,122); }
td.TdClassName
{
border-color: #BBC67A;
}
.TagClassName
{
border-color: #BBC67A;
}
</style>