Shades of Celery #BBC745
Tints of Celery #BBC745
RGB
CMYK
RGB Variations
Color information
#BBC745 (or 0xBBC745) is known color: Celery. HEX triplet: BB, C7 and 45. RGB value is (187,199,69). Sum of RGB (Red+Green+Blue) = 187+199+69=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC745 is #4438BA. Grayscale: #B5B5B5. Windows color (decimal): -4470971 or 4573115. OLE color: 4573115.
HSL color Cylindrical-coordinate representation of color #BBC745: hue angle of 65.54º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBC745 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 69 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.22 |
| HSL | 65.54º | 0.54% | 0.53% | - |
| HSV(B) | 65.54º | 0.65% | 0.78% | - |
| XYZ | 41.99 | 51.84 | 13.42 | - |
| YUV | 180.59 | 65.02 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 69 | 0.06 | 0 | 0.65 | 0.22 | 65.54 | 0.54 | 0.53 |
| Hex | BB | C7 | 45 | 6 | 0 | 41 | 16 | 42 | 36 | 35 |
| Octal | 273 | 307 | 105 | 6 | 0 | 101 | 26 | 102 | 66 | 65 |
| Binary | 10111011 | 11000111 | 1000101 | 110 | 0 | 1000001 | 10110 | 1000010 | 110110 | 110101 |
Color Harmonies of #BBC745
Complementary color
Monochromatic Colors of #BBC745
Black with #BBC745
Text Example
Text Example
White with #BBC745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC745; }
p { color: rgb(187,199,69); }
H1.HeaderClassName
{
color: #BBC745;
}
.AnyTagClassName
{
color: #BBC745;
}
</style>
background-color css
<style>
a { background-color: #BBC745; }
a { background-color: rgb(187,199,69); }
div.DivClassName
{
background-color: #BBC745;
}
.BgClassName
{
background-color: #BBC745;
}
</style>
border-color css
<style>
span { border-color: #BBC745; }
span { border-color: rgb(187,199,69); }
td.TdClassName
{
border-color: #BBC745;
}
.TagClassName
{
border-color: #BBC745;
}
</style>