Shades of Celery #B8C046
Tints of Celery #B8C046
RGB
CMYK
RGB Variations
Color information
#B8C046 (or 0xB8C046) is known color: Celery. HEX triplet: B8, C0 and 46. RGB value is (184,192,70). Sum of RGB (Red+Green+Blue) = 184+192+70=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C046 is #473FB9. Grayscale: #B0B0B0. Windows color (decimal): -4669370 or 4636856. OLE color: 4636856.
HSL color Cylindrical-coordinate representation of color #B8C046: hue angle of 63.93º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8C046 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 70 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.25 |
| HSL | 63.93º | 0.49% | 0.51% | - |
| HSV(B) | 63.93º | 0.64% | 0.75% | - |
| XYZ | 39.72 | 48.33 | 13.03 | - |
| YUV | 175.7 | 68.35 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 70 | 0.04 | 0 | 0.64 | 0.25 | 63.93 | 0.49 | 0.51 |
| Hex | B8 | C0 | 46 | 4 | 0 | 40 | 19 | 40 | 31 | 33 |
| Octal | 270 | 300 | 106 | 4 | 0 | 100 | 31 | 100 | 61 | 63 |
| Binary | 10111000 | 11000000 | 1000110 | 100 | 0 | 1000000 | 11001 | 1000000 | 110001 | 110011 |
Color Harmonies of #B8C046
Complementary color
Monochromatic Colors of #B8C046
Black with #B8C046
Text Example
Text Example
White with #B8C046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C046; }
p { color: rgb(184,192,70); }
H1.HeaderClassName
{
color: #B8C046;
}
.AnyTagClassName
{
color: #B8C046;
}
</style>
background-color css
<style>
a { background-color: #B8C046; }
a { background-color: rgb(184,192,70); }
div.DivClassName
{
background-color: #B8C046;
}
.BgClassName
{
background-color: #B8C046;
}
</style>
border-color css
<style>
span { border-color: #B8C046; }
span { border-color: rgb(184,192,70); }
td.TdClassName
{
border-color: #B8C046;
}
.TagClassName
{
border-color: #B8C046;
}
</style>