Shades of Celery #BBBA3E
Tints of Celery #BBBA3E
RGB
CMYK
RGB Variations
Color information
#BBBA3E (or 0xBBBA3E) is known color: Celery. HEX triplet: BB, BA and 3E. RGB value is (187,186,62). Sum of RGB (Red+Green+Blue) = 187+186+62=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA3E is #4445C1. Grayscale: #ACACAC. Windows color (decimal): -4474306 or 4111035. OLE color: 4111035.
HSL color Cylindrical-coordinate representation of color #BBBA3E: 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.67%. Process color model (Four color, CMYK) of #BBBA3E is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 62 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.27 |
| HSL | 59.52º | 0.5% | 0.49% | - |
| HSV(B) | 59.52º | 0.67% | 0.73% | - |
| XYZ | 38.92 | 46.03 | 11.39 | - |
| YUV | 172.16 | 65.83 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 62 | 0 | 0.01 | 0.67 | 0.27 | 59.52 | 0.5 | 0.49 |
| Hex | BB | BA | 3E | 0 | 1 | 43 | 1B | 3C | 32 | 31 |
| Octal | 273 | 272 | 76 | 0 | 1 | 103 | 33 | 74 | 62 | 61 |
| Binary | 10111011 | 10111010 | 111110 | 0 | 1 | 1000011 | 11011 | 111100 | 110010 | 110001 |
Color Harmonies of #BBBA3E
Complementary color
Monochromatic Colors of #BBBA3E
Black with #BBBA3E
Text Example
Text Example
White with #BBBA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA3E; }
p { color: rgb(187,186,62); }
H1.HeaderClassName
{
color: #BBBA3E;
}
.AnyTagClassName
{
color: #BBBA3E;
}
</style>
background-color css
<style>
a { background-color: #BBBA3E; }
a { background-color: rgb(187,186,62); }
div.DivClassName
{
background-color: #BBBA3E;
}
.BgClassName
{
background-color: #BBBA3E;
}
</style>
border-color css
<style>
span { border-color: #BBBA3E; }
span { border-color: rgb(187,186,62); }
td.TdClassName
{
border-color: #BBBA3E;
}
.TagClassName
{
border-color: #BBBA3E;
}
</style>