Shades of Celery #BBC94B
Tints of Celery #BBC94B
RGB
CMYK
RGB Variations
Color information
#BBC94B (or 0xBBC94B) is known color: Celery. HEX triplet: BB, C9 and 4B. RGB value is (187,201,75). Sum of RGB (Red+Green+Blue) = 187+201+75=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC94B is #4436B4. Grayscale: #B6B6B6. Windows color (decimal): -4470453 or 4966843. OLE color: 4966843.
HSL color Cylindrical-coordinate representation of color #BBC94B: hue angle of 66.67º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBC94B is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 75 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.21 |
| HSL | 66.67º | 0.54% | 0.54% | - |
| HSV(B) | 66.67º | 0.63% | 0.79% | - |
| XYZ | 42.65 | 52.85 | 14.61 | - |
| YUV | 182.45 | 67.36 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 75 | 0.07 | 0 | 0.63 | 0.21 | 66.67 | 0.54 | 0.54 |
| Hex | BB | C9 | 4B | 7 | 0 | 3F | 15 | 43 | 36 | 36 |
| Octal | 273 | 311 | 113 | 7 | 0 | 77 | 25 | 103 | 66 | 66 |
| Binary | 10111011 | 11001001 | 1001011 | 111 | 0 | 111111 | 10101 | 1000011 | 110110 | 110110 |
Color Harmonies of #BBC94B
Complementary color
Monochromatic Colors of #BBC94B
Black with #BBC94B
Text Example
Text Example
White with #BBC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC94B; }
p { color: rgb(187,201,75); }
H1.HeaderClassName
{
color: #BBC94B;
}
.AnyTagClassName
{
color: #BBC94B;
}
</style>
background-color css
<style>
a { background-color: #BBC94B; }
a { background-color: rgb(187,201,75); }
div.DivClassName
{
background-color: #BBC94B;
}
.BgClassName
{
background-color: #BBC94B;
}
</style>
border-color css
<style>
span { border-color: #BBC94B; }
span { border-color: rgb(187,201,75); }
td.TdClassName
{
border-color: #BBC94B;
}
.TagClassName
{
border-color: #BBC94B;
}
</style>