Shades of Celery #BBC33C
Tints of Celery #BBC33C
RGB
CMYK
RGB Variations
Color information
#BBC33C (or 0xBBC33C) is known color: Celery. HEX triplet: BB, C3 and 3C. RGB value is (187,195,60). Sum of RGB (Red+Green+Blue) = 187+195+60=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC33C is #443CC3. Grayscale: #B1B1B1. Windows color (decimal): -4472004 or 3982267. OLE color: 3982267.
HSL color Cylindrical-coordinate representation of color #BBC33C: hue angle of 63.56º 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 #BBC33C is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 60 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.24 |
| HSL | 63.56º | 0.53% | 0.5% | - |
| HSV(B) | 63.56º | 0.69% | 0.76% | - |
| XYZ | 40.82 | 49.92 | 11.76 | - |
| YUV | 177.22 | 61.85 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 60 | 0.04 | 0 | 0.69 | 0.24 | 63.56 | 0.53 | 0.5 |
| Hex | BB | C3 | 3C | 4 | 0 | 45 | 18 | 40 | 35 | 32 |
| Octal | 273 | 303 | 74 | 4 | 0 | 105 | 30 | 100 | 65 | 62 |
| Binary | 10111011 | 11000011 | 111100 | 100 | 0 | 1000101 | 11000 | 1000000 | 110101 | 110010 |
Color Harmonies of #BBC33C
Complementary color
Monochromatic Colors of #BBC33C
Black with #BBC33C
Text Example
Text Example
White with #BBC33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC33C; }
p { color: rgb(187,195,60); }
H1.HeaderClassName
{
color: #BBC33C;
}
.AnyTagClassName
{
color: #BBC33C;
}
</style>
background-color css
<style>
a { background-color: #BBC33C; }
a { background-color: rgb(187,195,60); }
div.DivClassName
{
background-color: #BBC33C;
}
.BgClassName
{
background-color: #BBC33C;
}
</style>
border-color css
<style>
span { border-color: #BBC33C; }
span { border-color: rgb(187,195,60); }
td.TdClassName
{
border-color: #BBC33C;
}
.TagClassName
{
border-color: #BBC33C;
}
</style>