Shades of Celery #BBC445
Tints of Celery #BBC445
RGB
CMYK
RGB Variations
Color information
#BBC445 (or 0xBBC445) is known color: Celery. HEX triplet: BB, C4 and 45. RGB value is (187,196,69). Sum of RGB (Red+Green+Blue) = 187+196+69=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC445 is #443BBA. Grayscale: #B3B3B3. Windows color (decimal): -4471739 or 4572347. OLE color: 4572347.
HSL color Cylindrical-coordinate representation of color #BBC445: hue angle of 64.25º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBC445 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 69 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.23 |
| HSL | 64.25º | 0.52% | 0.52% | - |
| HSV(B) | 64.25º | 0.65% | 0.77% | - |
| XYZ | 41.31 | 50.47 | 13.2 | - |
| YUV | 178.83 | 66.02 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 69 | 0.05 | 0 | 0.65 | 0.23 | 64.25 | 0.52 | 0.52 |
| Hex | BB | C4 | 45 | 5 | 0 | 41 | 17 | 40 | 34 | 34 |
| Octal | 273 | 304 | 105 | 5 | 0 | 101 | 27 | 100 | 64 | 64 |
| Binary | 10111011 | 11000100 | 1000101 | 101 | 0 | 1000001 | 10111 | 1000000 | 110100 | 110100 |
Color Harmonies of #BBC445
Complementary color
Monochromatic Colors of #BBC445
Black with #BBC445
Text Example
Text Example
White with #BBC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC445; }
p { color: rgb(187,196,69); }
H1.HeaderClassName
{
color: #BBC445;
}
.AnyTagClassName
{
color: #BBC445;
}
</style>
background-color css
<style>
a { background-color: #BBC445; }
a { background-color: rgb(187,196,69); }
div.DivClassName
{
background-color: #BBC445;
}
.BgClassName
{
background-color: #BBC445;
}
</style>
border-color css
<style>
span { border-color: #BBC445; }
span { border-color: rgb(187,196,69); }
td.TdClassName
{
border-color: #BBC445;
}
.TagClassName
{
border-color: #BBC445;
}
</style>