Shades of Celery #B8C250
Tints of Celery #B8C250
RGB
CMYK
RGB Variations
Color information
#B8C250 (or 0xB8C250) is known color: Celery. HEX triplet: B8, C2 and 50. RGB value is (184,194,80). Sum of RGB (Red+Green+Blue) = 184+194+80=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C250 is #473DAF. Grayscale: #B2B2B2. Windows color (decimal): -4668848 or 5292728. OLE color: 5292728.
HSL color Cylindrical-coordinate representation of color #B8C250: hue angle of 65.26º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8C250 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 80 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.24 |
| HSL | 65.26º | 0.48% | 0.54% | - |
| HSV(B) | 65.26º | 0.59% | 0.76% | - |
| XYZ | 40.51 | 49.35 | 14.98 | - |
| YUV | 178.01 | 72.69 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 80 | 0.05 | 0 | 0.59 | 0.24 | 65.26 | 0.48 | 0.54 |
| Hex | B8 | C2 | 50 | 5 | 0 | 3B | 18 | 41 | 30 | 36 |
| Octal | 270 | 302 | 120 | 5 | 0 | 73 | 30 | 101 | 60 | 66 |
| Binary | 10111000 | 11000010 | 1010000 | 101 | 0 | 111011 | 11000 | 1000001 | 110000 | 110110 |
Color Harmonies of #B8C250
Complementary color
Monochromatic Colors of #B8C250
Black with #B8C250
Text Example
Text Example
White with #B8C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C250; }
p { color: rgb(184,194,80); }
H1.HeaderClassName
{
color: #B8C250;
}
.AnyTagClassName
{
color: #B8C250;
}
</style>
background-color css
<style>
a { background-color: #B8C250; }
a { background-color: rgb(184,194,80); }
div.DivClassName
{
background-color: #B8C250;
}
.BgClassName
{
background-color: #B8C250;
}
</style>
border-color css
<style>
span { border-color: #B8C250; }
span { border-color: rgb(184,194,80); }
td.TdClassName
{
border-color: #B8C250;
}
.TagClassName
{
border-color: #B8C250;
}
</style>