Shades of Celery #BBC649
Tints of Celery #BBC649
RGB
CMYK
RGB Variations
Color information
#BBC649 (or 0xBBC649) is known color: Celery. HEX triplet: BB, C6 and 49. RGB value is (187,198,73). Sum of RGB (Red+Green+Blue) = 187+198+73=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC649 is #4439B6. Grayscale: #B4B4B4. Windows color (decimal): -4471223 or 4835003. OLE color: 4835003.
HSL color Cylindrical-coordinate representation of color #BBC649: hue angle of 65.28º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBC649 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 73 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.22 |
| HSL | 65.28º | 0.52% | 0.53% | - |
| HSV(B) | 65.28º | 0.63% | 0.78% | - |
| XYZ | 41.89 | 51.43 | 14.02 | - |
| YUV | 180.46 | 67.36 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 73 | 0.06 | 0 | 0.63 | 0.22 | 65.28 | 0.52 | 0.53 |
| Hex | BB | C6 | 49 | 6 | 0 | 3F | 16 | 41 | 34 | 35 |
| Octal | 273 | 306 | 111 | 6 | 0 | 77 | 26 | 101 | 64 | 65 |
| Binary | 10111011 | 11000110 | 1001001 | 110 | 0 | 111111 | 10110 | 1000001 | 110100 | 110101 |
Color Harmonies of #BBC649
Complementary color
Monochromatic Colors of #BBC649
Black with #BBC649
Text Example
Text Example
White with #BBC649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC649; }
p { color: rgb(187,198,73); }
H1.HeaderClassName
{
color: #BBC649;
}
.AnyTagClassName
{
color: #BBC649;
}
</style>
background-color css
<style>
a { background-color: #BBC649; }
a { background-color: rgb(187,198,73); }
div.DivClassName
{
background-color: #BBC649;
}
.BgClassName
{
background-color: #BBC649;
}
</style>
border-color css
<style>
span { border-color: #BBC649; }
span { border-color: rgb(187,198,73); }
td.TdClassName
{
border-color: #BBC649;
}
.TagClassName
{
border-color: #BBC649;
}
</style>