Shades of Celery #BBBC4F
Tints of Celery #BBBC4F
RGB
CMYK
RGB Variations
Color information
#BBBC4F (or 0xBBBC4F) is known color: Celery. HEX triplet: BB, BC and 4F. RGB value is (187,188,79). Sum of RGB (Red+Green+Blue) = 187+188+79=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC4F is #4443B0. Grayscale: #AFAFAF. Windows color (decimal): -4473777 or 5225659. OLE color: 5225659.
HSL color Cylindrical-coordinate representation of color #BBBC4F: hue angle of 60.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBBC4F is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 79 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.26 |
| HSL | 60.55º | 0.45% | 0.52% | - |
| HSV(B) | 60.55º | 0.58% | 0.74% | - |
| XYZ | 39.89 | 47.1 | 14.39 | - |
| YUV | 175.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 79 | 0.01 | 0 | 0.58 | 0.26 | 60.55 | 0.45 | 0.52 |
| Hex | BB | BC | 4F | 1 | 0 | 3A | 1A | 3D | 2D | 34 |
| Octal | 273 | 274 | 117 | 1 | 0 | 72 | 32 | 75 | 55 | 64 |
| Binary | 10111011 | 10111100 | 1001111 | 1 | 0 | 111010 | 11010 | 111101 | 101101 | 110100 |
Color Harmonies of #BBBC4F
Complementary color
Monochromatic Colors of #BBBC4F
Black with #BBBC4F
Text Example
Text Example
White with #BBBC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC4F; }
p { color: rgb(187,188,79); }
H1.HeaderClassName
{
color: #BBBC4F;
}
.AnyTagClassName
{
color: #BBBC4F;
}
</style>
background-color css
<style>
a { background-color: #BBBC4F; }
a { background-color: rgb(187,188,79); }
div.DivClassName
{
background-color: #BBBC4F;
}
.BgClassName
{
background-color: #BBBC4F;
}
</style>
border-color css
<style>
span { border-color: #BBBC4F; }
span { border-color: rgb(187,188,79); }
td.TdClassName
{
border-color: #BBBC4F;
}
.TagClassName
{
border-color: #BBBC4F;
}
</style>