Shades of Celery #BBC146
Tints of Celery #BBC146
RGB
CMYK
RGB Variations
Color information
#BBC146 (or 0xBBC146) is known color: Celery. HEX triplet: BB, C1 and 46. RGB value is (187,193,70). Sum of RGB (Red+Green+Blue) = 187+193+70=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC146 is #443EB9. Grayscale: #B1B1B1. Windows color (decimal): -4472506 or 4637115. OLE color: 4637115.
HSL color Cylindrical-coordinate representation of color #BBC146: hue angle of 62.93º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBC146 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 70 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.24 |
| HSL | 62.93º | 0.5% | 0.52% | - |
| HSV(B) | 62.93º | 0.64% | 0.76% | - |
| XYZ | 40.67 | 49.15 | 13.14 | - |
| YUV | 177.18 | 67.51 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 70 | 0.03 | 0 | 0.64 | 0.24 | 62.93 | 0.5 | 0.52 |
| Hex | BB | C1 | 46 | 3 | 0 | 40 | 18 | 3F | 32 | 34 |
| Octal | 273 | 301 | 106 | 3 | 0 | 100 | 30 | 77 | 62 | 64 |
| Binary | 10111011 | 11000001 | 1000110 | 11 | 0 | 1000000 | 11000 | 111111 | 110010 | 110100 |
Color Harmonies of #BBC146
Complementary color
Monochromatic Colors of #BBC146
Black with #BBC146
Text Example
Text Example
White with #BBC146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC146; }
p { color: rgb(187,193,70); }
H1.HeaderClassName
{
color: #BBC146;
}
.AnyTagClassName
{
color: #BBC146;
}
</style>
background-color css
<style>
a { background-color: #BBC146; }
a { background-color: rgb(187,193,70); }
div.DivClassName
{
background-color: #BBC146;
}
.BgClassName
{
background-color: #BBC146;
}
</style>
border-color css
<style>
span { border-color: #BBC146; }
span { border-color: rgb(187,193,70); }
td.TdClassName
{
border-color: #BBC146;
}
.TagClassName
{
border-color: #BBC146;
}
</style>