Shades of Celery #B8C053
Tints of Celery #B8C053
RGB
CMYK
RGB Variations
Color information
#B8C053 (or 0xB8C053) is known color: Celery. HEX triplet: B8, C0 and 53. RGB value is (184,192,83). Sum of RGB (Red+Green+Blue) = 184+192+83=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C053 is #473FAC. Grayscale: #B1B1B1. Windows color (decimal): -4669357 or 5488824. OLE color: 5488824.
HSL color Cylindrical-coordinate representation of color #B8C053: hue angle of 64.4º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8C053 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 83 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.25 |
| HSL | 64.4º | 0.46% | 0.54% | - |
| HSV(B) | 64.4º | 0.57% | 0.75% | - |
| XYZ | 40.18 | 48.51 | 15.43 | - |
| YUV | 177.18 | 74.85 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 83 | 0.04 | 0 | 0.57 | 0.25 | 64.4 | 0.46 | 0.54 |
| Hex | B8 | C0 | 53 | 4 | 0 | 39 | 19 | 40 | 2E | 36 |
| Octal | 270 | 300 | 123 | 4 | 0 | 71 | 31 | 100 | 56 | 66 |
| Binary | 10111000 | 11000000 | 1010011 | 100 | 0 | 111001 | 11001 | 1000000 | 101110 | 110110 |
Color Harmonies of #B8C053
Complementary color
Monochromatic Colors of #B8C053
Black with #B8C053
Text Example
Text Example
White with #B8C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C053; }
p { color: rgb(184,192,83); }
H1.HeaderClassName
{
color: #B8C053;
}
.AnyTagClassName
{
color: #B8C053;
}
</style>
background-color css
<style>
a { background-color: #B8C053; }
a { background-color: rgb(184,192,83); }
div.DivClassName
{
background-color: #B8C053;
}
.BgClassName
{
background-color: #B8C053;
}
</style>
border-color css
<style>
span { border-color: #B8C053; }
span { border-color: rgb(184,192,83); }
td.TdClassName
{
border-color: #B8C053;
}
.TagClassName
{
border-color: #B8C053;
}
</style>