Shades of Celery #BBCB48
Tints of Celery #BBCB48
RGB
CMYK
RGB Variations
Color information
#BBCB48 (or 0xBBCB48) is known color: Celery. HEX triplet: BB, CB and 48. RGB value is (187,203,72). Sum of RGB (Red+Green+Blue) = 187+203+72=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB48 is #4434B7. Grayscale: #B7B7B7. Windows color (decimal): -4469944 or 4770747. OLE color: 4770747.
HSL color Cylindrical-coordinate representation of color #BBCB48: hue angle of 67.33º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBCB48 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 72 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.20 |
| HSL | 67.33º | 0.56% | 0.54% | - |
| HSV(B) | 67.33º | 0.65% | 0.8% | - |
| XYZ | 43.02 | 53.74 | 14.24 | - |
| YUV | 183.28 | 65.2 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 72 | 0.08 | 0 | 0.65 | 0.20 | 67.33 | 0.56 | 0.54 |
| Hex | BB | CB | 48 | 8 | 0 | 41 | 14 | 43 | 38 | 36 |
| Octal | 273 | 313 | 110 | 10 | 0 | 101 | 24 | 103 | 70 | 66 |
| Binary | 10111011 | 11001011 | 1001000 | 1000 | 0 | 1000001 | 10100 | 1000011 | 111000 | 110110 |
Color Harmonies of #BBCB48
Complementary color
Monochromatic Colors of #BBCB48
Black with #BBCB48
Text Example
Text Example
White with #BBCB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB48; }
p { color: rgb(187,203,72); }
H1.HeaderClassName
{
color: #BBCB48;
}
.AnyTagClassName
{
color: #BBCB48;
}
</style>
background-color css
<style>
a { background-color: #BBCB48; }
a { background-color: rgb(187,203,72); }
div.DivClassName
{
background-color: #BBCB48;
}
.BgClassName
{
background-color: #BBCB48;
}
</style>
border-color css
<style>
span { border-color: #BBCB48; }
span { border-color: rgb(187,203,72); }
td.TdClassName
{
border-color: #BBCB48;
}
.TagClassName
{
border-color: #BBCB48;
}
</style>