Shades of Celery #BBCB49
Tints of Celery #BBCB49
RGB
CMYK
RGB Variations
Color information
#BBCB49 (or 0xBBCB49) is known color: Celery. HEX triplet: BB, CB and 49. RGB value is (187,203,73). Sum of RGB (Red+Green+Blue) = 187+203+73=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB49 is #4434B6. Grayscale: #B7B7B7. Windows color (decimal): -4469943 or 4836283. OLE color: 4836283.
HSL color Cylindrical-coordinate representation of color #BBCB49: hue angle of 67.38º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBCB49 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 73 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.20 |
| HSL | 67.38º | 0.56% | 0.54% | - |
| HSV(B) | 67.38º | 0.64% | 0.8% | - |
| XYZ | 43.05 | 53.76 | 14.41 | - |
| YUV | 183.4 | 65.7 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 73 | 0.08 | 0 | 0.64 | 0.20 | 67.38 | 0.56 | 0.54 |
| Hex | BB | CB | 49 | 8 | 0 | 40 | 14 | 43 | 38 | 36 |
| Octal | 273 | 313 | 111 | 10 | 0 | 100 | 24 | 103 | 70 | 66 |
| Binary | 10111011 | 11001011 | 1001001 | 1000 | 0 | 1000000 | 10100 | 1000011 | 111000 | 110110 |
Color Harmonies of #BBCB49
Complementary color
Monochromatic Colors of #BBCB49
Black with #BBCB49
Text Example
Text Example
White with #BBCB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB49; }
p { color: rgb(187,203,73); }
H1.HeaderClassName
{
color: #BBCB49;
}
.AnyTagClassName
{
color: #BBCB49;
}
</style>
background-color css
<style>
a { background-color: #BBCB49; }
a { background-color: rgb(187,203,73); }
div.DivClassName
{
background-color: #BBCB49;
}
.BgClassName
{
background-color: #BBCB49;
}
</style>
border-color css
<style>
span { border-color: #BBCB49; }
span { border-color: rgb(187,203,73); }
td.TdClassName
{
border-color: #BBCB49;
}
.TagClassName
{
border-color: #BBCB49;
}
</style>