Shades of Celery #BBC93C
Tints of Celery #BBC93C
RGB
CMYK
RGB Variations
Color information
#BBC93C (or 0xBBC93C) is known color: Celery. HEX triplet: BB, C9 and 3C. RGB value is (187,201,60). Sum of RGB (Red+Green+Blue) = 187+201+60=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC93C is #4436C3. Grayscale: #B5B5B5. Windows color (decimal): -4470468 or 3983803. OLE color: 3983803.
HSL color Cylindrical-coordinate representation of color #BBC93C: hue angle of 65.96º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBC93C is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 60 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.21 |
| HSL | 65.96º | 0.57% | 0.51% | - |
| HSV(B) | 65.96º | 0.7% | 0.79% | - |
| XYZ | 42.2 | 52.66 | 12.22 | - |
| YUV | 180.74 | 59.86 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 60 | 0.07 | 0 | 0.70 | 0.21 | 65.96 | 0.57 | 0.51 |
| Hex | BB | C9 | 3C | 7 | 0 | 46 | 15 | 42 | 39 | 33 |
| Octal | 273 | 311 | 74 | 7 | 0 | 106 | 25 | 102 | 71 | 63 |
| Binary | 10111011 | 11001001 | 111100 | 111 | 0 | 1000110 | 10101 | 1000010 | 111001 | 110011 |
Color Harmonies of #BBC93C
Complementary color
Monochromatic Colors of #BBC93C
Black with #BBC93C
Text Example
Text Example
White with #BBC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC93C; }
p { color: rgb(187,201,60); }
H1.HeaderClassName
{
color: #BBC93C;
}
.AnyTagClassName
{
color: #BBC93C;
}
</style>
background-color css
<style>
a { background-color: #BBC93C; }
a { background-color: rgb(187,201,60); }
div.DivClassName
{
background-color: #BBC93C;
}
.BgClassName
{
background-color: #BBC93C;
}
</style>
border-color css
<style>
span { border-color: #BBC93C; }
span { border-color: rgb(187,201,60); }
td.TdClassName
{
border-color: #BBC93C;
}
.TagClassName
{
border-color: #BBC93C;
}
</style>