Shades of Celery #BBCB46
Tints of Celery #BBCB46
RGB
CMYK
RGB Variations
Color information
#BBCB46 (or 0xBBCB46) is known color: Celery. HEX triplet: BB, CB and 46. RGB value is (187,203,70). Sum of RGB (Red+Green+Blue) = 187+203+70=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB46 is #4434B9. Grayscale: #B7B7B7. Windows color (decimal): -4469946 or 4639675. OLE color: 4639675.
HSL color Cylindrical-coordinate representation of color #BBCB46: hue angle of 67.22º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBCB46 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 70 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.20 |
| HSL | 67.22º | 0.56% | 0.54% | - |
| HSV(B) | 67.22º | 0.66% | 0.8% | - |
| XYZ | 42.95 | 53.72 | 13.9 | - |
| YUV | 183.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 70 | 0.08 | 0 | 0.66 | 0.20 | 67.22 | 0.56 | 0.54 |
| Hex | BB | CB | 46 | 8 | 0 | 42 | 14 | 43 | 38 | 36 |
| Octal | 273 | 313 | 106 | 10 | 0 | 102 | 24 | 103 | 70 | 66 |
| Binary | 10111011 | 11001011 | 1000110 | 1000 | 0 | 1000010 | 10100 | 1000011 | 111000 | 110110 |
Color Harmonies of #BBCB46
Complementary color
Monochromatic Colors of #BBCB46
Black with #BBCB46
Text Example
Text Example
White with #BBCB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB46; }
p { color: rgb(187,203,70); }
H1.HeaderClassName
{
color: #BBCB46;
}
.AnyTagClassName
{
color: #BBCB46;
}
</style>
background-color css
<style>
a { background-color: #BBCB46; }
a { background-color: rgb(187,203,70); }
div.DivClassName
{
background-color: #BBCB46;
}
.BgClassName
{
background-color: #BBCB46;
}
</style>
border-color css
<style>
span { border-color: #BBCB46; }
span { border-color: rgb(187,203,70); }
td.TdClassName
{
border-color: #BBCB46;
}
.TagClassName
{
border-color: #BBCB46;
}
</style>