Shades of Celery #BBC94F
Tints of Celery #BBC94F
RGB
CMYK
RGB Variations
Color information
#BBC94F (or 0xBBC94F) is known color: Celery. HEX triplet: BB, C9 and 4F. RGB value is (187,201,79). Sum of RGB (Red+Green+Blue) = 187+201+79=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC94F is #4436B0. Grayscale: #B7B7B7. Windows color (decimal): -4470449 or 5228987. OLE color: 5228987.
HSL color Cylindrical-coordinate representation of color #BBC94F: hue angle of 66.89º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBC94F is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 79 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.21 |
| HSL | 66.89º | 0.53% | 0.55% | - |
| HSV(B) | 66.89º | 0.61% | 0.79% | - |
| XYZ | 42.79 | 52.9 | 15.35 | - |
| YUV | 182.91 | 69.36 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 79 | 0.07 | 0 | 0.61 | 0.21 | 66.89 | 0.53 | 0.55 |
| Hex | BB | C9 | 4F | 7 | 0 | 3D | 15 | 43 | 35 | 37 |
| Octal | 273 | 311 | 117 | 7 | 0 | 75 | 25 | 103 | 65 | 67 |
| Binary | 10111011 | 11001001 | 1001111 | 111 | 0 | 111101 | 10101 | 1000011 | 110101 | 110111 |
Color Harmonies of #BBC94F
Complementary color
Monochromatic Colors of #BBC94F
Black with #BBC94F
Text Example
Text Example
White with #BBC94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC94F; }
p { color: rgb(187,201,79); }
H1.HeaderClassName
{
color: #BBC94F;
}
.AnyTagClassName
{
color: #BBC94F;
}
</style>
background-color css
<style>
a { background-color: #BBC94F; }
a { background-color: rgb(187,201,79); }
div.DivClassName
{
background-color: #BBC94F;
}
.BgClassName
{
background-color: #BBC94F;
}
</style>
border-color css
<style>
span { border-color: #BBC94F; }
span { border-color: rgb(187,201,79); }
td.TdClassName
{
border-color: #BBC94F;
}
.TagClassName
{
border-color: #BBC94F;
}
</style>