Shades of Celery #BBBA3D
Tints of Celery #BBBA3D
RGB
CMYK
RGB Variations
Color information
#BBBA3D (or 0xBBBA3D) is known color: Celery. HEX triplet: BB, BA and 3D. RGB value is (187,186,61). Sum of RGB (Red+Green+Blue) = 187+186+61=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA3D is #4445C2. Grayscale: #ACACAC. Windows color (decimal): -4474307 or 4045499. OLE color: 4045499.
HSL color Cylindrical-coordinate representation of color #BBBA3D: hue angle of 59.52º degrees, saturation: 0.51, 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 #BBBA3D is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 61 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.27 |
| HSL | 59.52º | 0.51% | 0.49% | - |
| HSV(B) | 59.52º | 0.67% | 0.73% | - |
| XYZ | 38.89 | 46.02 | 11.25 | - |
| YUV | 172.05 | 65.33 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 61 | 0 | 0.01 | 0.67 | 0.27 | 59.52 | 0.51 | 0.49 |
| Hex | BB | BA | 3D | 0 | 1 | 43 | 1B | 3C | 33 | 31 |
| Octal | 273 | 272 | 75 | 0 | 1 | 103 | 33 | 74 | 63 | 61 |
| Binary | 10111011 | 10111010 | 111101 | 0 | 1 | 1000011 | 11011 | 111100 | 110011 | 110001 |
Color Harmonies of #BBBA3D
Complementary color
Monochromatic Colors of #BBBA3D
Black with #BBBA3D
Text Example
Text Example
White with #BBBA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA3D; }
p { color: rgb(187,186,61); }
H1.HeaderClassName
{
color: #BBBA3D;
}
.AnyTagClassName
{
color: #BBBA3D;
}
</style>
background-color css
<style>
a { background-color: #BBBA3D; }
a { background-color: rgb(187,186,61); }
div.DivClassName
{
background-color: #BBBA3D;
}
.BgClassName
{
background-color: #BBBA3D;
}
</style>
border-color css
<style>
span { border-color: #BBBA3D; }
span { border-color: rgb(187,186,61); }
td.TdClassName
{
border-color: #BBBA3D;
}
.TagClassName
{
border-color: #BBBA3D;
}
</style>