Shades of Celery #BBBC45
Tints of Celery #BBBC45
RGB
CMYK
RGB Variations
Color information
#BBBC45 (or 0xBBBC45) is known color: Celery. HEX triplet: BB, BC and 45. RGB value is (187,188,69). Sum of RGB (Red+Green+Blue) = 187+188+69=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC45 is #4443BA. Grayscale: #AEAEAE. Windows color (decimal): -4473787 or 4570299. OLE color: 4570299.
HSL color Cylindrical-coordinate representation of color #BBBC45: hue angle of 60.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBBC45 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 69 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.26 |
| HSL | 60.5º | 0.47% | 0.5% | - |
| HSV(B) | 60.5º | 0.63% | 0.74% | - |
| XYZ | 39.55 | 46.96 | 12.61 | - |
| YUV | 174.14 | 68.67 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 69 | 0.01 | 0 | 0.63 | 0.26 | 60.5 | 0.47 | 0.5 |
| Hex | BB | BC | 45 | 1 | 0 | 3F | 1A | 3D | 2F | 32 |
| Octal | 273 | 274 | 105 | 1 | 0 | 77 | 32 | 75 | 57 | 62 |
| Binary | 10111011 | 10111100 | 1000101 | 1 | 0 | 111111 | 11010 | 111101 | 101111 | 110010 |
Color Harmonies of #BBBC45
Complementary color
Monochromatic Colors of #BBBC45
Black with #BBBC45
Text Example
Text Example
White with #BBBC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC45; }
p { color: rgb(187,188,69); }
H1.HeaderClassName
{
color: #BBBC45;
}
.AnyTagClassName
{
color: #BBBC45;
}
</style>
background-color css
<style>
a { background-color: #BBBC45; }
a { background-color: rgb(187,188,69); }
div.DivClassName
{
background-color: #BBBC45;
}
.BgClassName
{
background-color: #BBBC45;
}
</style>
border-color css
<style>
span { border-color: #BBBC45; }
span { border-color: rgb(187,188,69); }
td.TdClassName
{
border-color: #BBBC45;
}
.TagClassName
{
border-color: #BBBC45;
}
</style>