Shades of Celery #BBC945
Tints of Celery #BBC945
RGB
CMYK
RGB Variations
Color information
#BBC945 (or 0xBBC945) is known color: Celery. HEX triplet: BB, C9 and 45. RGB value is (187,201,69). Sum of RGB (Red+Green+Blue) = 187+201+69=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC945 is #4436BA. Grayscale: #B6B6B6. Windows color (decimal): -4470459 or 4573627. OLE color: 4573627.
HSL color Cylindrical-coordinate representation of color #BBC945: hue angle of 66.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBC945 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 69 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.21 |
| HSL | 66.36º | 0.55% | 0.53% | - |
| HSV(B) | 66.36º | 0.66% | 0.79% | - |
| XYZ | 42.45 | 52.77 | 13.58 | - |
| YUV | 181.77 | 64.36 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 69 | 0.07 | 0 | 0.66 | 0.21 | 66.36 | 0.55 | 0.53 |
| Hex | BB | C9 | 45 | 7 | 0 | 42 | 15 | 42 | 37 | 35 |
| Octal | 273 | 311 | 105 | 7 | 0 | 102 | 25 | 102 | 67 | 65 |
| Binary | 10111011 | 11001001 | 1000101 | 111 | 0 | 1000010 | 10101 | 1000010 | 110111 | 110101 |
Color Harmonies of #BBC945
Complementary color
Monochromatic Colors of #BBC945
Black with #BBC945
Text Example
Text Example
White with #BBC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC945; }
p { color: rgb(187,201,69); }
H1.HeaderClassName
{
color: #BBC945;
}
.AnyTagClassName
{
color: #BBC945;
}
</style>
background-color css
<style>
a { background-color: #BBC945; }
a { background-color: rgb(187,201,69); }
div.DivClassName
{
background-color: #BBC945;
}
.BgClassName
{
background-color: #BBC945;
}
</style>
border-color css
<style>
span { border-color: #BBC945; }
span { border-color: rgb(187,201,69); }
td.TdClassName
{
border-color: #BBC945;
}
.TagClassName
{
border-color: #BBC945;
}
</style>