Shades of Celery #BBC23C
Tints of Celery #BBC23C
RGB
CMYK
RGB Variations
Color information
#BBC23C (or 0xBBC23C) is known color: Celery. HEX triplet: BB, C2 and 3C. RGB value is (187,194,60). Sum of RGB (Red+Green+Blue) = 187+194+60=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC23C is #443DC3. Grayscale: #B1B1B1. Windows color (decimal): -4472260 or 3982011. OLE color: 3982011.
HSL color Cylindrical-coordinate representation of color #BBC23C: hue angle of 63.13º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBC23C is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 60 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.24 |
| HSL | 63.13º | 0.53% | 0.5% | - |
| HSV(B) | 63.13º | 0.69% | 0.76% | - |
| XYZ | 40.6 | 49.47 | 11.68 | - |
| YUV | 176.63 | 62.18 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 60 | 0.04 | 0 | 0.69 | 0.24 | 63.13 | 0.53 | 0.5 |
| Hex | BB | C2 | 3C | 4 | 0 | 45 | 18 | 3F | 35 | 32 |
| Octal | 273 | 302 | 74 | 4 | 0 | 105 | 30 | 77 | 65 | 62 |
| Binary | 10111011 | 11000010 | 111100 | 100 | 0 | 1000101 | 11000 | 111111 | 110101 | 110010 |
Color Harmonies of #BBC23C
Complementary color
Monochromatic Colors of #BBC23C
Black with #BBC23C
Text Example
Text Example
White with #BBC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC23C; }
p { color: rgb(187,194,60); }
H1.HeaderClassName
{
color: #BBC23C;
}
.AnyTagClassName
{
color: #BBC23C;
}
</style>
background-color css
<style>
a { background-color: #BBC23C; }
a { background-color: rgb(187,194,60); }
div.DivClassName
{
background-color: #BBC23C;
}
.BgClassName
{
background-color: #BBC23C;
}
</style>
border-color css
<style>
span { border-color: #BBC23C; }
span { border-color: rgb(187,194,60); }
td.TdClassName
{
border-color: #BBC23C;
}
.TagClassName
{
border-color: #BBC23C;
}
</style>