Shades of Celery #B7C050
Tints of Celery #B7C050
RGB
CMYK
RGB Variations
Color information
#B7C050 (or 0xB7C050) is known color: Celery. HEX triplet: B7, C0 and 50. RGB value is (183,192,80). Sum of RGB (Red+Green+Blue) = 183+192+80=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C050 is #483FAF. Grayscale: #B0B0B0. Windows color (decimal): -4734896 or 5292215. OLE color: 5292215.
HSL color Cylindrical-coordinate representation of color #B7C050: hue angle of 64.82º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7C050 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 80 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.25 |
| HSL | 64.82º | 0.47% | 0.53% | - |
| HSV(B) | 64.82º | 0.58% | 0.75% | - |
| XYZ | 39.83 | 48.35 | 14.82 | - |
| YUV | 176.54 | 73.52 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 80 | 0.05 | 0 | 0.58 | 0.25 | 64.82 | 0.47 | 0.53 |
| Hex | B7 | C0 | 50 | 5 | 0 | 3A | 19 | 41 | 2F | 35 |
| Octal | 267 | 300 | 120 | 5 | 0 | 72 | 31 | 101 | 57 | 65 |
| Binary | 10110111 | 11000000 | 1010000 | 101 | 0 | 111010 | 11001 | 1000001 | 101111 | 110101 |
Color Harmonies of #B7C050
Complementary color
Monochromatic Colors of #B7C050
Black with #B7C050
Text Example
Text Example
White with #B7C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C050; }
p { color: rgb(183,192,80); }
H1.HeaderClassName
{
color: #B7C050;
}
.AnyTagClassName
{
color: #B7C050;
}
</style>
background-color css
<style>
a { background-color: #B7C050; }
a { background-color: rgb(183,192,80); }
div.DivClassName
{
background-color: #B7C050;
}
.BgClassName
{
background-color: #B7C050;
}
</style>
border-color css
<style>
span { border-color: #B7C050; }
span { border-color: rgb(183,192,80); }
td.TdClassName
{
border-color: #B7C050;
}
.TagClassName
{
border-color: #B7C050;
}
</style>