Shades of Celery #B5C950
Tints of Celery #B5C950
RGB
CMYK
RGB Variations
Color information
#B5C950 (or 0xB5C950) is known color: Celery. HEX triplet: B5, C9 and 50. RGB value is (181,201,80). Sum of RGB (Red+Green+Blue) = 181+201+80=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C950 is #4A36AF. Grayscale: #B5B5B5. Windows color (decimal): -4863664 or 5294517. OLE color: 5294517.
HSL color Cylindrical-coordinate representation of color #B5C950: hue angle of 69.92º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5C950 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 80 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.21 |
| HSL | 69.92º | 0.53% | 0.55% | - |
| HSV(B) | 69.92º | 0.6% | 0.79% | - |
| XYZ | 41.39 | 52.18 | 15.48 | - |
| YUV | 181.23 | 70.87 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 80 | 0.10 | 0 | 0.60 | 0.21 | 69.92 | 0.53 | 0.55 |
| Hex | B5 | C9 | 50 | A | 0 | 3C | 15 | 46 | 35 | 37 |
| Octal | 265 | 311 | 120 | 12 | 0 | 74 | 25 | 106 | 65 | 67 |
| Binary | 10110101 | 11001001 | 1010000 | 1010 | 0 | 111100 | 10101 | 1000110 | 110101 | 110111 |
Color Harmonies of #B5C950
Complementary color
Monochromatic Colors of #B5C950
Black with #B5C950
Text Example
Text Example
White with #B5C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C950; }
p { color: rgb(181,201,80); }
H1.HeaderClassName
{
color: #B5C950;
}
.AnyTagClassName
{
color: #B5C950;
}
</style>
background-color css
<style>
a { background-color: #B5C950; }
a { background-color: rgb(181,201,80); }
div.DivClassName
{
background-color: #B5C950;
}
.BgClassName
{
background-color: #B5C950;
}
</style>
border-color css
<style>
span { border-color: #B5C950; }
span { border-color: rgb(181,201,80); }
td.TdClassName
{
border-color: #B5C950;
}
.TagClassName
{
border-color: #B5C950;
}
</style>