Shades of Celery #B8B844
Tints of Celery #B8B844
RGB
CMYK
RGB Variations
Color information
#B8B844 (or 0xB8B844) is known color: Celery. HEX triplet: B8, B8 and 44. RGB value is (184,184,68). Sum of RGB (Red+Green+Blue) = 184+184+68=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B844 is #4747BB. Grayscale: #ABABAB. Windows color (decimal): -4671420 or 4503736. OLE color: 4503736.
HSL color Cylindrical-coordinate representation of color #B8B844: hue angle of 60º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B8B844 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 184 | 68 | - |
| CMYK | 0 | 0 | 0.63 | 0.28 |
| HSL | 60º | 0.46% | 0.49% | - |
| HSV(B) | 60º | 0.63% | 0.72% | - |
| XYZ | 37.95 | 44.89 | 12.13 | - |
| YUV | 170.78 | 70 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 184 | 68 | 0 | 0 | 0.63 | 0.28 | 60 | 0.46 | 0.49 |
| Hex | B8 | B8 | 44 | 0 | 0 | 3F | 1C | 3C | 2E | 31 |
| Octal | 270 | 270 | 104 | 0 | 0 | 77 | 34 | 74 | 56 | 61 |
| Binary | 10111000 | 10111000 | 1000100 | 0 | 0 | 111111 | 11100 | 111100 | 101110 | 110001 |
Color Harmonies of #B8B844
Complementary color
Monochromatic Colors of #B8B844
Black with #B8B844
Text Example
Text Example
White with #B8B844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B844; }
p { color: rgb(184,184,68); }
H1.HeaderClassName
{
color: #B8B844;
}
.AnyTagClassName
{
color: #B8B844;
}
</style>
background-color css
<style>
a { background-color: #B8B844; }
a { background-color: rgb(184,184,68); }
div.DivClassName
{
background-color: #B8B844;
}
.BgClassName
{
background-color: #B8B844;
}
</style>
border-color css
<style>
span { border-color: #B8B844; }
span { border-color: rgb(184,184,68); }
td.TdClassName
{
border-color: #B8B844;
}
.TagClassName
{
border-color: #B8B844;
}
</style>