Shades of Celery #BBBC48
Tints of Celery #BBBC48
RGB
CMYK
RGB Variations
Color information
#BBBC48 (or 0xBBBC48) is known color: Celery. HEX triplet: BB, BC and 48. RGB value is (187,188,72). Sum of RGB (Red+Green+Blue) = 187+188+72=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC48 is #4443B7. Grayscale: #AEAEAE. Windows color (decimal): -4473784 or 4766907. OLE color: 4766907.
HSL color Cylindrical-coordinate representation of color #BBBC48: hue angle of 60.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBBC48 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 72 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.26 |
| HSL | 60.52º | 0.46% | 0.51% | - |
| HSV(B) | 60.52º | 0.62% | 0.74% | - |
| XYZ | 39.65 | 47 | 13.11 | - |
| YUV | 174.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 72 | 0.01 | 0 | 0.62 | 0.26 | 60.52 | 0.46 | 0.51 |
| Hex | BB | BC | 48 | 1 | 0 | 3E | 1A | 3D | 2E | 33 |
| Octal | 273 | 274 | 110 | 1 | 0 | 76 | 32 | 75 | 56 | 63 |
| Binary | 10111011 | 10111100 | 1001000 | 1 | 0 | 111110 | 11010 | 111101 | 101110 | 110011 |
Color Harmonies of #BBBC48
Complementary color
Monochromatic Colors of #BBBC48
Black with #BBBC48
Text Example
Text Example
White with #BBBC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC48; }
p { color: rgb(187,188,72); }
H1.HeaderClassName
{
color: #BBBC48;
}
.AnyTagClassName
{
color: #BBBC48;
}
</style>
background-color css
<style>
a { background-color: #BBBC48; }
a { background-color: rgb(187,188,72); }
div.DivClassName
{
background-color: #BBBC48;
}
.BgClassName
{
background-color: #BBBC48;
}
</style>
border-color css
<style>
span { border-color: #BBBC48; }
span { border-color: rgb(187,188,72); }
td.TdClassName
{
border-color: #BBBC48;
}
.TagClassName
{
border-color: #BBBC48;
}
</style>