Shades of Celery #BBC54B
Tints of Celery #BBC54B
RGB
CMYK
RGB Variations
Color information
#BBC54B (or 0xBBC54B) is known color: Celery. HEX triplet: BB, C5 and 4B. RGB value is (187,197,75). Sum of RGB (Red+Green+Blue) = 187+197+75=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC54B is #443AB4. Grayscale: #B4B4B4. Windows color (decimal): -4471477 or 4965819. OLE color: 4965819.
HSL color Cylindrical-coordinate representation of color #BBC54B: hue angle of 64.92º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBC54B is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 75 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.23 |
| HSL | 64.92º | 0.51% | 0.53% | - |
| HSV(B) | 64.92º | 0.62% | 0.77% | - |
| XYZ | 41.73 | 51.01 | 14.3 | - |
| YUV | 180.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 75 | 0.05 | 0 | 0.62 | 0.23 | 64.92 | 0.51 | 0.53 |
| Hex | BB | C5 | 4B | 5 | 0 | 3E | 17 | 41 | 33 | 35 |
| Octal | 273 | 305 | 113 | 5 | 0 | 76 | 27 | 101 | 63 | 65 |
| Binary | 10111011 | 11000101 | 1001011 | 101 | 0 | 111110 | 10111 | 1000001 | 110011 | 110101 |
Color Harmonies of #BBC54B
Complementary color
Monochromatic Colors of #BBC54B
Black with #BBC54B
Text Example
Text Example
White with #BBC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC54B; }
p { color: rgb(187,197,75); }
H1.HeaderClassName
{
color: #BBC54B;
}
.AnyTagClassName
{
color: #BBC54B;
}
</style>
background-color css
<style>
a { background-color: #BBC54B; }
a { background-color: rgb(187,197,75); }
div.DivClassName
{
background-color: #BBC54B;
}
.BgClassName
{
background-color: #BBC54B;
}
</style>
border-color css
<style>
span { border-color: #BBC54B; }
span { border-color: rgb(187,197,75); }
td.TdClassName
{
border-color: #BBC54B;
}
.TagClassName
{
border-color: #BBC54B;
}
</style>