Shades of Celery #BBD248
Tints of Celery #BBD248
RGB
CMYK
RGB Variations
Color information
#BBD248 (or 0xBBD248) is known color: Celery. HEX triplet: BB, D2 and 48. RGB value is (187,210,72). Sum of RGB (Red+Green+Blue) = 187+210+72=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD248 is #442DB7. Grayscale: #BBBBBB. Windows color (decimal): -4468152 or 4772539. OLE color: 4772539.
HSL color Cylindrical-coordinate representation of color #BBD248: hue angle of 70º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBD248 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 72 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.18 |
| HSL | 70º | 0.61% | 0.55% | - |
| HSV(B) | 70º | 0.66% | 0.82% | - |
| XYZ | 44.71 | 57.13 | 14.8 | - |
| YUV | 187.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 72 | 0.11 | 0 | 0.66 | 0.18 | 70 | 0.61 | 0.55 |
| Hex | BB | D2 | 48 | B | 0 | 42 | 12 | 46 | 3D | 37 |
| Octal | 273 | 322 | 110 | 13 | 0 | 102 | 22 | 106 | 75 | 67 |
| Binary | 10111011 | 11010010 | 1001000 | 1011 | 0 | 1000010 | 10010 | 1000110 | 111101 | 110111 |
Color Harmonies of #BBD248
Complementary color
Monochromatic Colors of #BBD248
Black with #BBD248
Text Example
Text Example
White with #BBD248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD248; }
p { color: rgb(187,210,72); }
H1.HeaderClassName
{
color: #BBD248;
}
.AnyTagClassName
{
color: #BBD248;
}
</style>
background-color css
<style>
a { background-color: #BBD248; }
a { background-color: rgb(187,210,72); }
div.DivClassName
{
background-color: #BBD248;
}
.BgClassName
{
background-color: #BBD248;
}
</style>
border-color css
<style>
span { border-color: #BBD248; }
span { border-color: rgb(187,210,72); }
td.TdClassName
{
border-color: #BBD248;
}
.TagClassName
{
border-color: #BBD248;
}
</style>