Shades of Celery #BBC64D
Tints of Celery #BBC64D
RGB
CMYK
RGB Variations
Color information
#BBC64D (or 0xBBC64D) is known color: Celery. HEX triplet: BB, C6 and 4D. RGB value is (187,198,77). Sum of RGB (Red+Green+Blue) = 187+198+77=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC64D is #4439B2. Grayscale: #B5B5B5. Windows color (decimal): -4471219 or 5097147. OLE color: 5097147.
HSL color Cylindrical-coordinate representation of color #BBC64D: hue angle of 65.45º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBC64D is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 77 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.22 |
| HSL | 65.45º | 0.51% | 0.54% | - |
| HSV(B) | 65.45º | 0.61% | 0.78% | - |
| XYZ | 42.03 | 51.49 | 14.74 | - |
| YUV | 180.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 77 | 0.06 | 0 | 0.61 | 0.22 | 65.45 | 0.51 | 0.54 |
| Hex | BB | C6 | 4D | 6 | 0 | 3D | 16 | 41 | 33 | 36 |
| Octal | 273 | 306 | 115 | 6 | 0 | 75 | 26 | 101 | 63 | 66 |
| Binary | 10111011 | 11000110 | 1001101 | 110 | 0 | 111101 | 10110 | 1000001 | 110011 | 110110 |
Color Harmonies of #BBC64D
Complementary color
Monochromatic Colors of #BBC64D
Black with #BBC64D
Text Example
Text Example
White with #BBC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC64D; }
p { color: rgb(187,198,77); }
H1.HeaderClassName
{
color: #BBC64D;
}
.AnyTagClassName
{
color: #BBC64D;
}
</style>
background-color css
<style>
a { background-color: #BBC64D; }
a { background-color: rgb(187,198,77); }
div.DivClassName
{
background-color: #BBC64D;
}
.BgClassName
{
background-color: #BBC64D;
}
</style>
border-color css
<style>
span { border-color: #BBC64D; }
span { border-color: rgb(187,198,77); }
td.TdClassName
{
border-color: #BBC64D;
}
.TagClassName
{
border-color: #BBC64D;
}
</style>