Shades of Celery #B7CA50
Tints of Celery #B7CA50
RGB
CMYK
RGB Variations
Color information
#B7CA50 (or 0xB7CA50) is known color: Celery. HEX triplet: B7, CA and 50. RGB value is (183,202,80). Sum of RGB (Red+Green+Blue) = 183+202+80=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CA50 is #4835AF. Grayscale: #B6B6B6. Windows color (decimal): -4732336 or 5294775. OLE color: 5294775.
HSL color Cylindrical-coordinate representation of color #B7CA50: hue angle of 69.34º degrees, saturation: 0.54, 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 #B7CA50 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 80 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.21 |
| HSL | 69.34º | 0.54% | 0.55% | - |
| HSV(B) | 69.34º | 0.6% | 0.79% | - |
| XYZ | 42.1 | 52.89 | 15.58 | - |
| YUV | 182.41 | 70.21 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 80 | 0.09 | 0 | 0.60 | 0.21 | 69.34 | 0.54 | 0.55 |
| Hex | B7 | CA | 50 | 9 | 0 | 3C | 15 | 45 | 36 | 37 |
| Octal | 267 | 312 | 120 | 11 | 0 | 74 | 25 | 105 | 66 | 67 |
| Binary | 10110111 | 11001010 | 1010000 | 1001 | 0 | 111100 | 10101 | 1000101 | 110110 | 110111 |
Color Harmonies of #B7CA50
Complementary color
Monochromatic Colors of #B7CA50
Black with #B7CA50
Text Example
Text Example
White with #B7CA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA50; }
p { color: rgb(183,202,80); }
H1.HeaderClassName
{
color: #B7CA50;
}
.AnyTagClassName
{
color: #B7CA50;
}
</style>
background-color css
<style>
a { background-color: #B7CA50; }
a { background-color: rgb(183,202,80); }
div.DivClassName
{
background-color: #B7CA50;
}
.BgClassName
{
background-color: #B7CA50;
}
</style>
border-color css
<style>
span { border-color: #B7CA50; }
span { border-color: rgb(183,202,80); }
td.TdClassName
{
border-color: #B7CA50;
}
.TagClassName
{
border-color: #B7CA50;
}
</style>