Shades of Celery #BBC94D
Tints of Celery #BBC94D
RGB
CMYK
RGB Variations
Color information
#BBC94D (or 0xBBC94D) is known color: Celery. HEX triplet: BB, C9 and 4D. RGB value is (187,201,77). Sum of RGB (Red+Green+Blue) = 187+201+77=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC94D is #4436B2. Grayscale: #B7B7B7. Windows color (decimal): -4470451 or 5097915. OLE color: 5097915.
HSL color Cylindrical-coordinate representation of color #BBC94D: hue angle of 66.77º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBC94D is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 77 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.21 |
| HSL | 66.77º | 0.53% | 0.55% | - |
| HSV(B) | 66.77º | 0.62% | 0.79% | - |
| XYZ | 42.72 | 52.87 | 14.98 | - |
| YUV | 182.68 | 68.36 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 77 | 0.07 | 0 | 0.62 | 0.21 | 66.77 | 0.53 | 0.55 |
| Hex | BB | C9 | 4D | 7 | 0 | 3E | 15 | 43 | 35 | 37 |
| Octal | 273 | 311 | 115 | 7 | 0 | 76 | 25 | 103 | 65 | 67 |
| Binary | 10111011 | 11001001 | 1001101 | 111 | 0 | 111110 | 10101 | 1000011 | 110101 | 110111 |
Color Harmonies of #BBC94D
Complementary color
Monochromatic Colors of #BBC94D
Black with #BBC94D
Text Example
Text Example
White with #BBC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC94D; }
p { color: rgb(187,201,77); }
H1.HeaderClassName
{
color: #BBC94D;
}
.AnyTagClassName
{
color: #BBC94D;
}
</style>
background-color css
<style>
a { background-color: #BBC94D; }
a { background-color: rgb(187,201,77); }
div.DivClassName
{
background-color: #BBC94D;
}
.BgClassName
{
background-color: #BBC94D;
}
</style>
border-color css
<style>
span { border-color: #BBC94D; }
span { border-color: rgb(187,201,77); }
td.TdClassName
{
border-color: #BBC94D;
}
.TagClassName
{
border-color: #BBC94D;
}
</style>