Shades of Celery #B5C550
Tints of Celery #B5C550
RGB
CMYK
RGB Variations
Color information
#B5C550 (or 0xB5C550) is known color: Celery. HEX triplet: B5, C5 and 50. RGB value is (181,197,80). Sum of RGB (Red+Green+Blue) = 181+197+80=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C550 is #4A3AAF. Grayscale: #B3B3B3. Windows color (decimal): -4864688 or 5293493. OLE color: 5293493.
HSL color Cylindrical-coordinate representation of color #B5C550: hue angle of 68.21º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5C550 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 80 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.23 |
| HSL | 68.21º | 0.5% | 0.54% | - |
| HSV(B) | 68.21º | 0.59% | 0.77% | - |
| XYZ | 40.47 | 50.34 | 15.17 | - |
| YUV | 178.88 | 72.2 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 80 | 0.08 | 0 | 0.59 | 0.23 | 68.21 | 0.5 | 0.54 |
| Hex | B5 | C5 | 50 | 8 | 0 | 3B | 17 | 44 | 32 | 36 |
| Octal | 265 | 305 | 120 | 10 | 0 | 73 | 27 | 104 | 62 | 66 |
| Binary | 10110101 | 11000101 | 1010000 | 1000 | 0 | 111011 | 10111 | 1000100 | 110010 | 110110 |
Color Harmonies of #B5C550
Complementary color
Monochromatic Colors of #B5C550
Black with #B5C550
Text Example
Text Example
White with #B5C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C550; }
p { color: rgb(181,197,80); }
H1.HeaderClassName
{
color: #B5C550;
}
.AnyTagClassName
{
color: #B5C550;
}
</style>
background-color css
<style>
a { background-color: #B5C550; }
a { background-color: rgb(181,197,80); }
div.DivClassName
{
background-color: #B5C550;
}
.BgClassName
{
background-color: #B5C550;
}
</style>
border-color css
<style>
span { border-color: #B5C550; }
span { border-color: rgb(181,197,80); }
td.TdClassName
{
border-color: #B5C550;
}
.TagClassName
{
border-color: #B5C550;
}
</style>