Shades of Celery #BBB940
Tints of Celery #BBB940
RGB
CMYK
RGB Variations
Color information
#BBB940 (or 0xBBB940) is known color: Celery. HEX triplet: BB, B9 and 40. RGB value is (187,185,64). Sum of RGB (Red+Green+Blue) = 187+185+64=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB940 is #4446BF. Grayscale: #ACACAC. Windows color (decimal): -4474560 or 4241851. OLE color: 4241851.
HSL color Cylindrical-coordinate representation of color #BBB940: hue angle of 59.02º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBB940 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 64 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.27 |
| HSL | 59.02º | 0.49% | 0.49% | - |
| HSV(B) | 59.02º | 0.66% | 0.73% | - |
| XYZ | 38.77 | 45.63 | 11.62 | - |
| YUV | 171.8 | 67.16 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 64 | 0 | 0.01 | 0.66 | 0.27 | 59.02 | 0.49 | 0.49 |
| Hex | BB | B9 | 40 | 0 | 1 | 42 | 1B | 3B | 31 | 31 |
| Octal | 273 | 271 | 100 | 0 | 1 | 102 | 33 | 73 | 61 | 61 |
| Binary | 10111011 | 10111001 | 1000000 | 0 | 1 | 1000010 | 11011 | 111011 | 110001 | 110001 |
Color Harmonies of #BBB940
Complementary color
Monochromatic Colors of #BBB940
Black with #BBB940
Text Example
Text Example
White with #BBB940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB940; }
p { color: rgb(187,185,64); }
H1.HeaderClassName
{
color: #BBB940;
}
.AnyTagClassName
{
color: #BBB940;
}
</style>
background-color css
<style>
a { background-color: #BBB940; }
a { background-color: rgb(187,185,64); }
div.DivClassName
{
background-color: #BBB940;
}
.BgClassName
{
background-color: #BBB940;
}
</style>
border-color css
<style>
span { border-color: #BBB940; }
span { border-color: rgb(187,185,64); }
td.TdClassName
{
border-color: #BBB940;
}
.TagClassName
{
border-color: #BBB940;
}
</style>