Shades of Celery #BBBB4F
Tints of Celery #BBBB4F
RGB
CMYK
RGB Variations
Color information
#BBBB4F (or 0xBBBB4F) is known color: Celery. HEX triplet: BB, BB and 4F. RGB value is (187,187,79). Sum of RGB (Red+Green+Blue) = 187+187+79=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB4F is #4444B0. Grayscale: #AFAFAF. Windows color (decimal): -4474033 or 5225403. OLE color: 5225403.
HSL color Cylindrical-coordinate representation of color #BBBB4F: hue angle of 60º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBBB4F is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 187 | 79 | - |
| CMYK | 0 | 0 | 0.58 | 0.27 |
| HSL | 60º | 0.44% | 0.52% | - |
| HSV(B) | 60º | 0.58% | 0.73% | - |
| XYZ | 39.68 | 46.67 | 14.31 | - |
| YUV | 174.69 | 74 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 79 | 0 | 0 | 0.58 | 0.27 | 60 | 0.44 | 0.52 |
| Hex | BB | BB | 4F | 0 | 0 | 3A | 1B | 3C | 2C | 34 |
| Octal | 273 | 273 | 117 | 0 | 0 | 72 | 33 | 74 | 54 | 64 |
| Binary | 10111011 | 10111011 | 1001111 | 0 | 0 | 111010 | 11011 | 111100 | 101100 | 110100 |
Color Harmonies of #BBBB4F
Complementary color
Monochromatic Colors of #BBBB4F
Black with #BBBB4F
Text Example
Text Example
White with #BBBB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBB4F; }
p { color: rgb(187,187,79); }
H1.HeaderClassName
{
color: #BBBB4F;
}
.AnyTagClassName
{
color: #BBBB4F;
}
</style>
background-color css
<style>
a { background-color: #BBBB4F; }
a { background-color: rgb(187,187,79); }
div.DivClassName
{
background-color: #BBBB4F;
}
.BgClassName
{
background-color: #BBBB4F;
}
</style>
border-color css
<style>
span { border-color: #BBBB4F; }
span { border-color: rgb(187,187,79); }
td.TdClassName
{
border-color: #BBBB4F;
}
.TagClassName
{
border-color: #BBBB4F;
}
</style>