Shades of Celery #B8C048
Tints of Celery #B8C048
RGB
CMYK
RGB Variations
Color information
#B8C048 (or 0xB8C048) is known color: Celery. HEX triplet: B8, C0 and 48. RGB value is (184,192,72). Sum of RGB (Red+Green+Blue) = 184+192+72=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C048 is #473FB7. Grayscale: #B0B0B0. Windows color (decimal): -4669368 or 4767928. OLE color: 4767928.
HSL color Cylindrical-coordinate representation of color #B8C048: hue angle of 64º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8C048 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 72 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.25 |
| HSL | 64º | 0.49% | 0.52% | - |
| HSV(B) | 64º | 0.63% | 0.75% | - |
| XYZ | 39.79 | 48.36 | 13.37 | - |
| YUV | 175.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 72 | 0.04 | 0 | 0.63 | 0.25 | 64 | 0.49 | 0.52 |
| Hex | B8 | C0 | 48 | 4 | 0 | 3F | 19 | 40 | 31 | 34 |
| Octal | 270 | 300 | 110 | 4 | 0 | 77 | 31 | 100 | 61 | 64 |
| Binary | 10111000 | 11000000 | 1001000 | 100 | 0 | 111111 | 11001 | 1000000 | 110001 | 110100 |
Color Harmonies of #B8C048
Complementary color
Monochromatic Colors of #B8C048
Black with #B8C048
Text Example
Text Example
White with #B8C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C048; }
p { color: rgb(184,192,72); }
H1.HeaderClassName
{
color: #B8C048;
}
.AnyTagClassName
{
color: #B8C048;
}
</style>
background-color css
<style>
a { background-color: #B8C048; }
a { background-color: rgb(184,192,72); }
div.DivClassName
{
background-color: #B8C048;
}
.BgClassName
{
background-color: #B8C048;
}
</style>
border-color css
<style>
span { border-color: #B8C048; }
span { border-color: rgb(184,192,72); }
td.TdClassName
{
border-color: #B8C048;
}
.TagClassName
{
border-color: #B8C048;
}
</style>