Shades of Celery #BBBC53
Tints of Celery #BBBC53
RGB
CMYK
RGB Variations
Color information
#BBBC53 (or 0xBBBC53) is known color: Celery. HEX triplet: BB, BC and 53. RGB value is (187,188,83). Sum of RGB (Red+Green+Blue) = 187+188+83=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC53 is #4443AC. Grayscale: #B0B0B0. Windows color (decimal): -4473773 or 5487803. OLE color: 5487803.
HSL color Cylindrical-coordinate representation of color #BBBC53: hue angle of 60.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBBC53 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 83 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.26 |
| HSL | 60.57º | 0.44% | 0.53% | - |
| HSV(B) | 60.57º | 0.56% | 0.74% | - |
| XYZ | 40.04 | 47.16 | 15.18 | - |
| YUV | 175.73 | 75.67 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 83 | 0.01 | 0 | 0.56 | 0.26 | 60.57 | 0.44 | 0.53 |
| Hex | BB | BC | 53 | 1 | 0 | 38 | 1A | 3D | 2C | 35 |
| Octal | 273 | 274 | 123 | 1 | 0 | 70 | 32 | 75 | 54 | 65 |
| Binary | 10111011 | 10111100 | 1010011 | 1 | 0 | 111000 | 11010 | 111101 | 101100 | 110101 |
Color Harmonies of #BBBC53
Complementary color
Monochromatic Colors of #BBBC53
Black with #BBBC53
Text Example
Text Example
White with #BBBC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC53; }
p { color: rgb(187,188,83); }
H1.HeaderClassName
{
color: #BBBC53;
}
.AnyTagClassName
{
color: #BBBC53;
}
</style>
background-color css
<style>
a { background-color: #BBBC53; }
a { background-color: rgb(187,188,83); }
div.DivClassName
{
background-color: #BBBC53;
}
.BgClassName
{
background-color: #BBBC53;
}
</style>
border-color css
<style>
span { border-color: #BBBC53; }
span { border-color: rgb(187,188,83); }
td.TdClassName
{
border-color: #BBBC53;
}
.TagClassName
{
border-color: #BBBC53;
}
</style>