Shades of Celery #BBC14C
Tints of Celery #BBC14C
RGB
CMYK
RGB Variations
Color information
#BBC14C (or 0xBBC14C) is known color: Celery. HEX triplet: BB, C1 and 4C. RGB value is (187,193,76). Sum of RGB (Red+Green+Blue) = 187+193+76=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC14C is #443EB3. Grayscale: #B2B2B2. Windows color (decimal): -4472500 or 5030331. OLE color: 5030331.
HSL color Cylindrical-coordinate representation of color #BBC14C: hue angle of 63.08º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBC14C is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 76 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.24 |
| HSL | 63.08º | 0.49% | 0.53% | - |
| HSV(B) | 63.08º | 0.61% | 0.76% | - |
| XYZ | 40.87 | 49.23 | 14.19 | - |
| YUV | 177.87 | 70.51 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 76 | 0.03 | 0 | 0.61 | 0.24 | 63.08 | 0.49 | 0.53 |
| Hex | BB | C1 | 4C | 3 | 0 | 3D | 18 | 3F | 31 | 35 |
| Octal | 273 | 301 | 114 | 3 | 0 | 75 | 30 | 77 | 61 | 65 |
| Binary | 10111011 | 11000001 | 1001100 | 11 | 0 | 111101 | 11000 | 111111 | 110001 | 110101 |
Color Harmonies of #BBC14C
Complementary color
Monochromatic Colors of #BBC14C
Black with #BBC14C
Text Example
Text Example
White with #BBC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC14C; }
p { color: rgb(187,193,76); }
H1.HeaderClassName
{
color: #BBC14C;
}
.AnyTagClassName
{
color: #BBC14C;
}
</style>
background-color css
<style>
a { background-color: #BBC14C; }
a { background-color: rgb(187,193,76); }
div.DivClassName
{
background-color: #BBC14C;
}
.BgClassName
{
background-color: #BBC14C;
}
</style>
border-color css
<style>
span { border-color: #BBC14C; }
span { border-color: rgb(187,193,76); }
td.TdClassName
{
border-color: #BBC14C;
}
.TagClassName
{
border-color: #BBC14C;
}
</style>