Shades of Celery #B5C250
Tints of Celery #B5C250
RGB
CMYK
RGB Variations
Color information
#B5C250 (or 0xB5C250) is known color: Celery. HEX triplet: B5, C2 and 50. RGB value is (181,194,80). Sum of RGB (Red+Green+Blue) = 181+194+80=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C250 is #4A3DAF. Grayscale: #B1B1B1. Windows color (decimal): -4865456 or 5292725. OLE color: 5292725.
HSL color Cylindrical-coordinate representation of color #B5C250: hue angle of 66.84º 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 #B5C250 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 80 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.24 |
| HSL | 66.84º | 0.48% | 0.54% | - |
| HSV(B) | 66.84º | 0.59% | 0.76% | - |
| XYZ | 39.8 | 48.99 | 14.95 | - |
| YUV | 177.12 | 73.19 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 80 | 0.07 | 0 | 0.59 | 0.24 | 66.84 | 0.48 | 0.54 |
| Hex | B5 | C2 | 50 | 7 | 0 | 3B | 18 | 43 | 30 | 36 |
| Octal | 265 | 302 | 120 | 7 | 0 | 73 | 30 | 103 | 60 | 66 |
| Binary | 10110101 | 11000010 | 1010000 | 111 | 0 | 111011 | 11000 | 1000011 | 110000 | 110110 |
Color Harmonies of #B5C250
Complementary color
Monochromatic Colors of #B5C250
Black with #B5C250
Text Example
Text Example
White with #B5C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C250; }
p { color: rgb(181,194,80); }
H1.HeaderClassName
{
color: #B5C250;
}
.AnyTagClassName
{
color: #B5C250;
}
</style>
background-color css
<style>
a { background-color: #B5C250; }
a { background-color: rgb(181,194,80); }
div.DivClassName
{
background-color: #B5C250;
}
.BgClassName
{
background-color: #B5C250;
}
</style>
border-color css
<style>
span { border-color: #B5C250; }
span { border-color: rgb(181,194,80); }
td.TdClassName
{
border-color: #B5C250;
}
.TagClassName
{
border-color: #B5C250;
}
</style>