Shades of Celery #BBC64F
Tints of Celery #BBC64F
RGB
CMYK
RGB Variations
Color information
#BBC64F (or 0xBBC64F) is known color: Celery. HEX triplet: BB, C6 and 4F. RGB value is (187,198,79). Sum of RGB (Red+Green+Blue) = 187+198+79=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC64F is #4439B0. Grayscale: #B5B5B5. Windows color (decimal): -4471217 or 5228219. OLE color: 5228219.
HSL color Cylindrical-coordinate representation of color #BBC64F: hue angle of 65.55º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBC64F is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 79 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.22 |
| HSL | 65.55º | 0.51% | 0.54% | - |
| HSV(B) | 65.55º | 0.6% | 0.78% | - |
| XYZ | 42.1 | 51.52 | 15.12 | - |
| YUV | 181.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 79 | 0.06 | 0 | 0.60 | 0.22 | 65.55 | 0.51 | 0.54 |
| Hex | BB | C6 | 4F | 6 | 0 | 3C | 16 | 42 | 33 | 36 |
| Octal | 273 | 306 | 117 | 6 | 0 | 74 | 26 | 102 | 63 | 66 |
| Binary | 10111011 | 11000110 | 1001111 | 110 | 0 | 111100 | 10110 | 1000010 | 110011 | 110110 |
Color Harmonies of #BBC64F
Complementary color
Monochromatic Colors of #BBC64F
Black with #BBC64F
Text Example
Text Example
White with #BBC64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC64F; }
p { color: rgb(187,198,79); }
H1.HeaderClassName
{
color: #BBC64F;
}
.AnyTagClassName
{
color: #BBC64F;
}
</style>
background-color css
<style>
a { background-color: #BBC64F; }
a { background-color: rgb(187,198,79); }
div.DivClassName
{
background-color: #BBC64F;
}
.BgClassName
{
background-color: #BBC64F;
}
</style>
border-color css
<style>
span { border-color: #BBC64F; }
span { border-color: rgb(187,198,79); }
td.TdClassName
{
border-color: #BBC64F;
}
.TagClassName
{
border-color: #BBC64F;
}
</style>