Shades of Celery #BBC14E
Tints of Celery #BBC14E
RGB
CMYK
RGB Variations
Color information
#BBC14E (or 0xBBC14E) is known color: Celery. HEX triplet: BB, C1 and 4E. RGB value is (187,193,78). Sum of RGB (Red+Green+Blue) = 187+193+78=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 78 (30.86% from 255 or 17.03% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC14E is #443EB1. Grayscale: #B2B2B2. Windows color (decimal): -4472498 or 5161403. OLE color: 5161403.
HSL color Cylindrical-coordinate representation of color #BBC14E: hue angle of 63.13º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBC14E is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 78 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.24 |
| HSL | 63.13º | 0.48% | 0.53% | - |
| HSV(B) | 63.13º | 0.6% | 0.76% | - |
| XYZ | 40.94 | 49.25 | 14.56 | - |
| YUV | 178.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 78 | 0.03 | 0 | 0.60 | 0.24 | 63.13 | 0.48 | 0.53 |
| Hex | BB | C1 | 4E | 3 | 0 | 3C | 18 | 3F | 30 | 35 |
| Octal | 273 | 301 | 116 | 3 | 0 | 74 | 30 | 77 | 60 | 65 |
| Binary | 10111011 | 11000001 | 1001110 | 11 | 0 | 111100 | 11000 | 111111 | 110000 | 110101 |
Color Harmonies of #BBC14E
Complementary color
Monochromatic Colors of #BBC14E
Black with #BBC14E
Text Example
Text Example
White with #BBC14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC14E; }
p { color: rgb(187,193,78); }
H1.HeaderClassName
{
color: #BBC14E;
}
.AnyTagClassName
{
color: #BBC14E;
}
</style>
background-color css
<style>
a { background-color: #BBC14E; }
a { background-color: rgb(187,193,78); }
div.DivClassName
{
background-color: #BBC14E;
}
.BgClassName
{
background-color: #BBC14E;
}
</style>
border-color css
<style>
span { border-color: #BBC14E; }
span { border-color: rgb(187,193,78); }
td.TdClassName
{
border-color: #BBC14E;
}
.TagClassName
{
border-color: #BBC14E;
}
</style>