Shades of Celery #BBBA45
Tints of Celery #BBBA45
RGB
CMYK
RGB Variations
Color information
#BBBA45 (or 0xBBBA45) is known color: Celery. HEX triplet: BB, BA and 45. RGB value is (187,186,69). Sum of RGB (Red+Green+Blue) = 187+186+69=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA45 is #4445BA. Grayscale: #ADADAD. Windows color (decimal): -4474299 or 4569787. OLE color: 4569787.
HSL color Cylindrical-coordinate representation of color #BBBA45: hue angle of 59.49º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBBA45 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 69 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.27 |
| HSL | 59.49º | 0.46% | 0.5% | - |
| HSV(B) | 59.49º | 0.63% | 0.73% | - |
| XYZ | 39.13 | 46.11 | 12.47 | - |
| YUV | 172.96 | 69.33 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 69 | 0 | 0.01 | 0.63 | 0.27 | 59.49 | 0.46 | 0.5 |
| Hex | BB | BA | 45 | 0 | 1 | 3F | 1B | 3B | 2E | 32 |
| Octal | 273 | 272 | 105 | 0 | 1 | 77 | 33 | 73 | 56 | 62 |
| Binary | 10111011 | 10111010 | 1000101 | 0 | 1 | 111111 | 11011 | 111011 | 101110 | 110010 |
Color Harmonies of #BBBA45
Complementary color
Monochromatic Colors of #BBBA45
Black with #BBBA45
Text Example
Text Example
White with #BBBA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA45; }
p { color: rgb(187,186,69); }
H1.HeaderClassName
{
color: #BBBA45;
}
.AnyTagClassName
{
color: #BBBA45;
}
</style>
background-color css
<style>
a { background-color: #BBBA45; }
a { background-color: rgb(187,186,69); }
div.DivClassName
{
background-color: #BBBA45;
}
.BgClassName
{
background-color: #BBBA45;
}
</style>
border-color css
<style>
span { border-color: #BBBA45; }
span { border-color: rgb(187,186,69); }
td.TdClassName
{
border-color: #BBBA45;
}
.TagClassName
{
border-color: #BBBA45;
}
</style>