Shades of Celery #BBC748
Tints of Celery #BBC748
RGB
CMYK
RGB Variations
Color information
#BBC748 (or 0xBBC748) is known color: Celery. HEX triplet: BB, C7 and 48. RGB value is (187,199,72). Sum of RGB (Red+Green+Blue) = 187+199+72=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC748 is #4438B7. Grayscale: #B5B5B5. Windows color (decimal): -4470968 or 4769723. OLE color: 4769723.
HSL color Cylindrical-coordinate representation of color #BBC748: hue angle of 65.67º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBC748 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 72 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.22 |
| HSL | 65.67º | 0.53% | 0.53% | - |
| HSV(B) | 65.67º | 0.64% | 0.78% | - |
| XYZ | 42.09 | 51.88 | 13.93 | - |
| YUV | 180.93 | 66.52 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 72 | 0.06 | 0 | 0.64 | 0.22 | 65.67 | 0.53 | 0.53 |
| Hex | BB | C7 | 48 | 6 | 0 | 40 | 16 | 42 | 35 | 35 |
| Octal | 273 | 307 | 110 | 6 | 0 | 100 | 26 | 102 | 65 | 65 |
| Binary | 10111011 | 11000111 | 1001000 | 110 | 0 | 1000000 | 10110 | 1000010 | 110101 | 110101 |
Color Harmonies of #BBC748
Complementary color
Monochromatic Colors of #BBC748
Black with #BBC748
Text Example
Text Example
White with #BBC748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC748; }
p { color: rgb(187,199,72); }
H1.HeaderClassName
{
color: #BBC748;
}
.AnyTagClassName
{
color: #BBC748;
}
</style>
background-color css
<style>
a { background-color: #BBC748; }
a { background-color: rgb(187,199,72); }
div.DivClassName
{
background-color: #BBC748;
}
.BgClassName
{
background-color: #BBC748;
}
</style>
border-color css
<style>
span { border-color: #BBC748; }
span { border-color: rgb(187,199,72); }
td.TdClassName
{
border-color: #BBC748;
}
.TagClassName
{
border-color: #BBC748;
}
</style>