Shades of Celery #BBBC40
Tints of Celery #BBBC40
RGB
CMYK
RGB Variations
Color information
#BBBC40 (or 0xBBBC40) is known color: Celery. HEX triplet: BB, BC and 40. RGB value is (187,188,64). Sum of RGB (Red+Green+Blue) = 187+188+64=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC40 is #4443BF. Grayscale: #AEAEAE. Windows color (decimal): -4473792 or 4242619. OLE color: 4242619.
HSL color Cylindrical-coordinate representation of color #BBBC40: hue angle of 60.48º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBBC40 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 64 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.26 |
| HSL | 60.48º | 0.49% | 0.49% | - |
| HSV(B) | 60.48º | 0.66% | 0.74% | - |
| XYZ | 39.4 | 46.9 | 11.83 | - |
| YUV | 173.57 | 66.17 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 64 | 0.01 | 0 | 0.66 | 0.26 | 60.48 | 0.49 | 0.49 |
| Hex | BB | BC | 40 | 1 | 0 | 42 | 1A | 3C | 31 | 31 |
| Octal | 273 | 274 | 100 | 1 | 0 | 102 | 32 | 74 | 61 | 61 |
| Binary | 10111011 | 10111100 | 1000000 | 1 | 0 | 1000010 | 11010 | 111100 | 110001 | 110001 |
Color Harmonies of #BBBC40
Complementary color
Monochromatic Colors of #BBBC40
Black with #BBBC40
Text Example
Text Example
White with #BBBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC40; }
p { color: rgb(187,188,64); }
H1.HeaderClassName
{
color: #BBBC40;
}
.AnyTagClassName
{
color: #BBBC40;
}
</style>
background-color css
<style>
a { background-color: #BBBC40; }
a { background-color: rgb(187,188,64); }
div.DivClassName
{
background-color: #BBBC40;
}
.BgClassName
{
background-color: #BBBC40;
}
</style>
border-color css
<style>
span { border-color: #BBBC40; }
span { border-color: rgb(187,188,64); }
td.TdClassName
{
border-color: #BBBC40;
}
.TagClassName
{
border-color: #BBBC40;
}
</style>