Shades of Celery #BBC050
Tints of Celery #BBC050
RGB
CMYK
RGB Variations
Color information
#BBC050 (or 0xBBC050) is known color: Celery. HEX triplet: BB, C0 and 50. RGB value is (187,192,80). Sum of RGB (Red+Green+Blue) = 187+192+80=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC050 is #443FAF. Grayscale: #B2B2B2. Windows color (decimal): -4472752 or 5292219. OLE color: 5292219.
HSL color Cylindrical-coordinate representation of color #BBC050: hue angle of 62.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBC050 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 80 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.25 |
| HSL | 62.68º | 0.47% | 0.53% | - |
| HSV(B) | 62.68º | 0.58% | 0.75% | - |
| XYZ | 40.79 | 48.84 | 14.87 | - |
| YUV | 177.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 80 | 0.03 | 0 | 0.58 | 0.25 | 62.68 | 0.47 | 0.53 |
| Hex | BB | C0 | 50 | 3 | 0 | 3A | 19 | 3F | 2F | 35 |
| Octal | 273 | 300 | 120 | 3 | 0 | 72 | 31 | 77 | 57 | 65 |
| Binary | 10111011 | 11000000 | 1010000 | 11 | 0 | 111010 | 11001 | 111111 | 101111 | 110101 |
Color Harmonies of #BBC050
Complementary color
Monochromatic Colors of #BBC050
Black with #BBC050
Text Example
Text Example
White with #BBC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC050; }
p { color: rgb(187,192,80); }
H1.HeaderClassName
{
color: #BBC050;
}
.AnyTagClassName
{
color: #BBC050;
}
</style>
background-color css
<style>
a { background-color: #BBC050; }
a { background-color: rgb(187,192,80); }
div.DivClassName
{
background-color: #BBC050;
}
.BgClassName
{
background-color: #BBC050;
}
</style>
border-color css
<style>
span { border-color: #BBC050; }
span { border-color: rgb(187,192,80); }
td.TdClassName
{
border-color: #BBC050;
}
.TagClassName
{
border-color: #BBC050;
}
</style>