Shades of Celery #BBCB50
Tints of Celery #BBCB50
RGB
CMYK
RGB Variations
Color information
#BBCB50 (or 0xBBCB50) is known color: Celery. HEX triplet: BB, CB and 50. RGB value is (187,203,80). Sum of RGB (Red+Green+Blue) = 187+203+80=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB50 is #4434AF. Grayscale: #B8B8B8. Windows color (decimal): -4469936 or 5295035. OLE color: 5295035.
HSL color Cylindrical-coordinate representation of color #BBCB50: hue angle of 67.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBCB50 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 80 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.20 |
| HSL | 67.8º | 0.54% | 0.55% | - |
| HSV(B) | 67.8º | 0.61% | 0.8% | - |
| XYZ | 43.3 | 53.86 | 15.7 | - |
| YUV | 184.19 | 69.2 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 80 | 0.08 | 0 | 0.61 | 0.20 | 67.8 | 0.54 | 0.55 |
| Hex | BB | CB | 50 | 8 | 0 | 3D | 14 | 44 | 36 | 37 |
| Octal | 273 | 313 | 120 | 10 | 0 | 75 | 24 | 104 | 66 | 67 |
| Binary | 10111011 | 11001011 | 1010000 | 1000 | 0 | 111101 | 10100 | 1000100 | 110110 | 110111 |
Color Harmonies of #BBCB50
Complementary color
Monochromatic Colors of #BBCB50
Black with #BBCB50
Text Example
Text Example
White with #BBCB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB50; }
p { color: rgb(187,203,80); }
H1.HeaderClassName
{
color: #BBCB50;
}
.AnyTagClassName
{
color: #BBCB50;
}
</style>
background-color css
<style>
a { background-color: #BBCB50; }
a { background-color: rgb(187,203,80); }
div.DivClassName
{
background-color: #BBCB50;
}
.BgClassName
{
background-color: #BBCB50;
}
</style>
border-color css
<style>
span { border-color: #BBCB50; }
span { border-color: rgb(187,203,80); }
td.TdClassName
{
border-color: #BBCB50;
}
.TagClassName
{
border-color: #BBCB50;
}
</style>