Shades of Celery #BBBA41
Tints of Celery #BBBA41
RGB
CMYK
RGB Variations
Color information
#BBBA41 (or 0xBBBA41) is known color: Celery. HEX triplet: BB, BA and 41. RGB value is (187,186,65). Sum of RGB (Red+Green+Blue) = 187+186+65=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA41 is #4445BE. Grayscale: #ACACAC. Windows color (decimal): -4474303 or 4307643. OLE color: 4307643.
HSL color Cylindrical-coordinate representation of color #BBBA41: hue angle of 59.51º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBBA41 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 65 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.27 |
| HSL | 59.51º | 0.48% | 0.49% | - |
| HSV(B) | 59.51º | 0.65% | 0.73% | - |
| XYZ | 39.01 | 46.06 | 11.84 | - |
| YUV | 172.51 | 67.33 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 65 | 0 | 0.01 | 0.65 | 0.27 | 59.51 | 0.48 | 0.49 |
| Hex | BB | BA | 41 | 0 | 1 | 41 | 1B | 3C | 30 | 31 |
| Octal | 273 | 272 | 101 | 0 | 1 | 101 | 33 | 74 | 60 | 61 |
| Binary | 10111011 | 10111010 | 1000001 | 0 | 1 | 1000001 | 11011 | 111100 | 110000 | 110001 |
Color Harmonies of #BBBA41
Complementary color
Monochromatic Colors of #BBBA41
Black with #BBBA41
Text Example
Text Example
White with #BBBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA41; }
p { color: rgb(187,186,65); }
H1.HeaderClassName
{
color: #BBBA41;
}
.AnyTagClassName
{
color: #BBBA41;
}
</style>
background-color css
<style>
a { background-color: #BBBA41; }
a { background-color: rgb(187,186,65); }
div.DivClassName
{
background-color: #BBBA41;
}
.BgClassName
{
background-color: #BBBA41;
}
</style>
border-color css
<style>
span { border-color: #BBBA41; }
span { border-color: rgb(187,186,65); }
td.TdClassName
{
border-color: #BBBA41;
}
.TagClassName
{
border-color: #BBBA41;
}
</style>