Shades of Celery #BBCF45
Tints of Celery #BBCF45
RGB
CMYK
RGB Variations
Color information
#BBCF45 (or 0xBBCF45) is known color: Celery. HEX triplet: BB, CF and 45. RGB value is (187,207,69). Sum of RGB (Red+Green+Blue) = 187+207+69=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF45 is #4430BA. Grayscale: #B9B9B9. Windows color (decimal): -4468923 or 4575163. OLE color: 4575163.
HSL color Cylindrical-coordinate representation of color #BBCF45: hue angle of 68.7º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBCF45 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 69 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.19 |
| HSL | 68.7º | 0.59% | 0.54% | - |
| HSV(B) | 68.7º | 0.67% | 0.81% | - |
| XYZ | 43.88 | 55.62 | 14.05 | - |
| YUV | 185.29 | 62.37 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 69 | 0.10 | 0 | 0.67 | 0.19 | 68.7 | 0.59 | 0.54 |
| Hex | BB | CF | 45 | A | 0 | 43 | 13 | 45 | 3B | 36 |
| Octal | 273 | 317 | 105 | 12 | 0 | 103 | 23 | 105 | 73 | 66 |
| Binary | 10111011 | 11001111 | 1000101 | 1010 | 0 | 1000011 | 10011 | 1000101 | 111011 | 110110 |
Color Harmonies of #BBCF45
Complementary color
Monochromatic Colors of #BBCF45
Black with #BBCF45
Text Example
Text Example
White with #BBCF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF45; }
p { color: rgb(187,207,69); }
H1.HeaderClassName
{
color: #BBCF45;
}
.AnyTagClassName
{
color: #BBCF45;
}
</style>
background-color css
<style>
a { background-color: #BBCF45; }
a { background-color: rgb(187,207,69); }
div.DivClassName
{
background-color: #BBCF45;
}
.BgClassName
{
background-color: #BBCF45;
}
</style>
border-color css
<style>
span { border-color: #BBCF45; }
span { border-color: rgb(187,207,69); }
td.TdClassName
{
border-color: #BBCF45;
}
.TagClassName
{
border-color: #BBCF45;
}
</style>