Shades of Celery #BBBA3F
Tints of Celery #BBBA3F
RGB
CMYK
RGB Variations
Color information
#BBBA3F (or 0xBBBA3F) is known color: Celery. HEX triplet: BB, BA and 3F. RGB value is (187,186,63). Sum of RGB (Red+Green+Blue) = 187+186+63=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA3F is #4445C0. Grayscale: #ACACAC. Windows color (decimal): -4474305 or 4176571. OLE color: 4176571.
HSL color Cylindrical-coordinate representation of color #BBBA3F: hue angle of 59.52º degrees, saturation: 0.5, 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 #BBBA3F is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 63 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.27 |
| HSL | 59.52º | 0.5% | 0.49% | - |
| HSV(B) | 59.52º | 0.66% | 0.73% | - |
| XYZ | 38.95 | 46.04 | 11.54 | - |
| YUV | 172.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 63 | 0 | 0.01 | 0.66 | 0.27 | 59.52 | 0.5 | 0.49 |
| Hex | BB | BA | 3F | 0 | 1 | 42 | 1B | 3C | 32 | 31 |
| Octal | 273 | 272 | 77 | 0 | 1 | 102 | 33 | 74 | 62 | 61 |
| Binary | 10111011 | 10111010 | 111111 | 0 | 1 | 1000010 | 11011 | 111100 | 110010 | 110001 |
Color Harmonies of #BBBA3F
Complementary color
Monochromatic Colors of #BBBA3F
Black with #BBBA3F
Text Example
Text Example
White with #BBBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA3F; }
p { color: rgb(187,186,63); }
H1.HeaderClassName
{
color: #BBBA3F;
}
.AnyTagClassName
{
color: #BBBA3F;
}
</style>
background-color css
<style>
a { background-color: #BBBA3F; }
a { background-color: rgb(187,186,63); }
div.DivClassName
{
background-color: #BBBA3F;
}
.BgClassName
{
background-color: #BBBA3F;
}
</style>
border-color css
<style>
span { border-color: #BBBA3F; }
span { border-color: rgb(187,186,63); }
td.TdClassName
{
border-color: #BBBA3F;
}
.TagClassName
{
border-color: #BBBA3F;
}
</style>