Shades of Celery #BBBC52
Tints of Celery #BBBC52
RGB
CMYK
RGB Variations
Color information
#BBBC52 (or 0xBBBC52) is known color: Celery. HEX triplet: BB, BC and 52. RGB value is (187,188,82). Sum of RGB (Red+Green+Blue) = 187+188+82=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC52 is #4443AD. Grayscale: #B0B0B0. Windows color (decimal): -4473774 or 5422267. OLE color: 5422267.
HSL color Cylindrical-coordinate representation of color #BBBC52: 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 #BBBC52 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 82 | - |
| 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 | 47.14 | 14.97 | - |
| YUV | 175.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 82 | 0.01 | 0 | 0.56 | 0.26 | 60.57 | 0.44 | 0.53 |
| Hex | BB | BC | 52 | 1 | 0 | 38 | 1A | 3D | 2C | 35 |
| Octal | 273 | 274 | 122 | 1 | 0 | 70 | 32 | 75 | 54 | 65 |
| Binary | 10111011 | 10111100 | 1010010 | 1 | 0 | 111000 | 11010 | 111101 | 101100 | 110101 |
Color Harmonies of #BBBC52
Complementary color
Monochromatic Colors of #BBBC52
Black with #BBBC52
Text Example
Text Example
White with #BBBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC52; }
p { color: rgb(187,188,82); }
H1.HeaderClassName
{
color: #BBBC52;
}
.AnyTagClassName
{
color: #BBBC52;
}
</style>
background-color css
<style>
a { background-color: #BBBC52; }
a { background-color: rgb(187,188,82); }
div.DivClassName
{
background-color: #BBBC52;
}
.BgClassName
{
background-color: #BBBC52;
}
</style>
border-color css
<style>
span { border-color: #BBBC52; }
span { border-color: rgb(187,188,82); }
td.TdClassName
{
border-color: #BBBC52;
}
.TagClassName
{
border-color: #BBBC52;
}
</style>