Shades of Celery #B8BA52
Tints of Celery #B8BA52
RGB
CMYK
RGB Variations
Color information
#B8BA52 (or 0xB8BA52) is known color: Celery. HEX triplet: B8, BA and 52. RGB value is (184,186,82). Sum of RGB (Red+Green+Blue) = 184+186+82=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA52 is #4745AD. Grayscale: #ADADAD. Windows color (decimal): -4670894 or 5421752. OLE color: 5421752.
HSL color Cylindrical-coordinate representation of color #B8BA52: hue angle of 61.15º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8BA52 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 82 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.27 |
| HSL | 61.15º | 0.43% | 0.53% | - |
| HSV(B) | 61.15º | 0.56% | 0.73% | - |
| XYZ | 38.85 | 45.92 | 14.8 | - |
| YUV | 173.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 82 | 0.01 | 0 | 0.56 | 0.27 | 61.15 | 0.43 | 0.53 |
| Hex | B8 | BA | 52 | 1 | 0 | 38 | 1B | 3D | 2B | 35 |
| Octal | 270 | 272 | 122 | 1 | 0 | 70 | 33 | 75 | 53 | 65 |
| Binary | 10111000 | 10111010 | 1010010 | 1 | 0 | 111000 | 11011 | 111101 | 101011 | 110101 |
Color Harmonies of #B8BA52
Complementary color
Monochromatic Colors of #B8BA52
Black with #B8BA52
Text Example
Text Example
White with #B8BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA52; }
p { color: rgb(184,186,82); }
H1.HeaderClassName
{
color: #B8BA52;
}
.AnyTagClassName
{
color: #B8BA52;
}
</style>
background-color css
<style>
a { background-color: #B8BA52; }
a { background-color: rgb(184,186,82); }
div.DivClassName
{
background-color: #B8BA52;
}
.BgClassName
{
background-color: #B8BA52;
}
</style>
border-color css
<style>
span { border-color: #B8BA52; }
span { border-color: rgb(184,186,82); }
td.TdClassName
{
border-color: #B8BA52;
}
.TagClassName
{
border-color: #B8BA52;
}
</style>