Shades of Celery #B8B849
Tints of Celery #B8B849
RGB
CMYK
RGB Variations
Color information
#B8B849 (or 0xB8B849) is known color: Celery. HEX triplet: B8, B8 and 49. RGB value is (184,184,73). Sum of RGB (Red+Green+Blue) = 184+184+73=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B849 is #4747B6. Grayscale: #ABABAB. Windows color (decimal): -4671415 or 4831416. OLE color: 4831416.
HSL color Cylindrical-coordinate representation of color #B8B849: hue angle of 60º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8B849 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 184 | 73 | - |
| CMYK | 0 | 0 | 0.60 | 0.28 |
| HSL | 60º | 0.44% | 0.5% | - |
| HSV(B) | 60º | 0.6% | 0.72% | - |
| XYZ | 38.11 | 44.95 | 12.97 | - |
| YUV | 171.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 184 | 73 | 0 | 0 | 0.60 | 0.28 | 60 | 0.44 | 0.5 |
| Hex | B8 | B8 | 49 | 0 | 0 | 3C | 1C | 3C | 2C | 32 |
| Octal | 270 | 270 | 111 | 0 | 0 | 74 | 34 | 74 | 54 | 62 |
| Binary | 10111000 | 10111000 | 1001001 | 0 | 0 | 111100 | 11100 | 111100 | 101100 | 110010 |
Color Harmonies of #B8B849
Complementary color
Monochromatic Colors of #B8B849
Black with #B8B849
Text Example
Text Example
White with #B8B849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B849; }
p { color: rgb(184,184,73); }
H1.HeaderClassName
{
color: #B8B849;
}
.AnyTagClassName
{
color: #B8B849;
}
</style>
background-color css
<style>
a { background-color: #B8B849; }
a { background-color: rgb(184,184,73); }
div.DivClassName
{
background-color: #B8B849;
}
.BgClassName
{
background-color: #B8B849;
}
</style>
border-color css
<style>
span { border-color: #B8B849; }
span { border-color: rgb(184,184,73); }
td.TdClassName
{
border-color: #B8B849;
}
.TagClassName
{
border-color: #B8B849;
}
</style>