Shades of Celery #B8C058
Tints of Celery #B8C058
RGB
CMYK
RGB Variations
Color information
#B8C058 (or 0xB8C058) is known color: Celery. HEX triplet: B8, C0 and 58. RGB value is (184,192,88). Sum of RGB (Red+Green+Blue) = 184+192+88=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C058 is #473FA7. Grayscale: #B2B2B2. Windows color (decimal): -4669352 or 5816504. OLE color: 5816504.
HSL color Cylindrical-coordinate representation of color #B8C058: hue angle of 64.62º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8C058 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 88 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.25 |
| HSL | 64.62º | 0.45% | 0.55% | - |
| HSV(B) | 64.62º | 0.54% | 0.75% | - |
| XYZ | 40.38 | 48.59 | 16.48 | - |
| YUV | 177.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 88 | 0.04 | 0 | 0.54 | 0.25 | 64.62 | 0.45 | 0.55 |
| Hex | B8 | C0 | 58 | 4 | 0 | 36 | 19 | 41 | 2D | 37 |
| Octal | 270 | 300 | 130 | 4 | 0 | 66 | 31 | 101 | 55 | 67 |
| Binary | 10111000 | 11000000 | 1011000 | 100 | 0 | 110110 | 11001 | 1000001 | 101101 | 110111 |
Color Harmonies of #B8C058
Complementary color
Monochromatic Colors of #B8C058
Black with #B8C058
Text Example
Text Example
White with #B8C058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C058; }
p { color: rgb(184,192,88); }
H1.HeaderClassName
{
color: #B8C058;
}
.AnyTagClassName
{
color: #B8C058;
}
</style>
background-color css
<style>
a { background-color: #B8C058; }
a { background-color: rgb(184,192,88); }
div.DivClassName
{
background-color: #B8C058;
}
.BgClassName
{
background-color: #B8C058;
}
</style>
border-color css
<style>
span { border-color: #B8C058; }
span { border-color: rgb(184,192,88); }
td.TdClassName
{
border-color: #B8C058;
}
.TagClassName
{
border-color: #B8C058;
}
</style>