Shades of Celery #BBBA3C
Tints of Celery #BBBA3C
RGB
CMYK
RGB Variations
Color information
#BBBA3C (or 0xBBBA3C) is known color: Celery. HEX triplet: BB, BA and 3C. RGB value is (187,186,60). Sum of RGB (Red+Green+Blue) = 187+186+60=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA3C is #4445C3. Grayscale: #ACACAC. Windows color (decimal): -4474308 or 3979963. OLE color: 3979963.
HSL color Cylindrical-coordinate representation of color #BBBA3C: hue angle of 59.53º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBBA3C is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 60 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.27 |
| HSL | 59.53º | 0.51% | 0.48% | - |
| HSV(B) | 59.53º | 0.68% | 0.73% | - |
| XYZ | 38.87 | 46.01 | 11.11 | - |
| YUV | 171.94 | 64.83 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 60 | 0 | 0.01 | 0.68 | 0.27 | 59.53 | 0.51 | 0.48 |
| Hex | BB | BA | 3C | 0 | 1 | 44 | 1B | 3C | 33 | 30 |
| Octal | 273 | 272 | 74 | 0 | 1 | 104 | 33 | 74 | 63 | 60 |
| Binary | 10111011 | 10111010 | 111100 | 0 | 1 | 1000100 | 11011 | 111100 | 110011 | 110000 |
Color Harmonies of #BBBA3C
Complementary color
Monochromatic Colors of #BBBA3C
Black with #BBBA3C
Text Example
Text Example
White with #BBBA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA3C; }
p { color: rgb(187,186,60); }
H1.HeaderClassName
{
color: #BBBA3C;
}
.AnyTagClassName
{
color: #BBBA3C;
}
</style>
background-color css
<style>
a { background-color: #BBBA3C; }
a { background-color: rgb(187,186,60); }
div.DivClassName
{
background-color: #BBBA3C;
}
.BgClassName
{
background-color: #BBBA3C;
}
</style>
border-color css
<style>
span { border-color: #BBBA3C; }
span { border-color: rgb(187,186,60); }
td.TdClassName
{
border-color: #BBBA3C;
}
.TagClassName
{
border-color: #BBBA3C;
}
</style>