Shades of Celery #BBC149
Tints of Celery #BBC149
RGB
CMYK
RGB Variations
Color information
#BBC149 (or 0xBBC149) is known color: Celery. HEX triplet: BB, C1 and 49. RGB value is (187,193,73). Sum of RGB (Red+Green+Blue) = 187+193+73=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC149 is #443EB6. Grayscale: #B2B2B2. Windows color (decimal): -4472503 or 4833723. OLE color: 4833723.
HSL color Cylindrical-coordinate representation of color #BBC149: hue angle of 63º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBC149 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 73 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.24 |
| HSL | 63º | 0.49% | 0.52% | - |
| HSV(B) | 63º | 0.62% | 0.76% | - |
| XYZ | 40.77 | 49.19 | 13.65 | - |
| YUV | 177.53 | 69.01 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 73 | 0.03 | 0 | 0.62 | 0.24 | 63 | 0.49 | 0.52 |
| Hex | BB | C1 | 49 | 3 | 0 | 3E | 18 | 3F | 31 | 34 |
| Octal | 273 | 301 | 111 | 3 | 0 | 76 | 30 | 77 | 61 | 64 |
| Binary | 10111011 | 11000001 | 1001001 | 11 | 0 | 111110 | 11000 | 111111 | 110001 | 110100 |
Color Harmonies of #BBC149
Complementary color
Monochromatic Colors of #BBC149
Black with #BBC149
Text Example
Text Example
White with #BBC149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC149; }
p { color: rgb(187,193,73); }
H1.HeaderClassName
{
color: #BBC149;
}
.AnyTagClassName
{
color: #BBC149;
}
</style>
background-color css
<style>
a { background-color: #BBC149; }
a { background-color: rgb(187,193,73); }
div.DivClassName
{
background-color: #BBC149;
}
.BgClassName
{
background-color: #BBC149;
}
</style>
border-color css
<style>
span { border-color: #BBC149; }
span { border-color: rgb(187,193,73); }
td.TdClassName
{
border-color: #BBC149;
}
.TagClassName
{
border-color: #BBC149;
}
</style>