Shades of Celery #B0CA50
Tints of Celery #B0CA50
RGB
CMYK
RGB Variations
Color information
#B0CA50 (or 0xB0CA50) is known color: Celery. HEX triplet: B0, CA and 50. RGB value is (176,202,80). Sum of RGB (Red+Green+Blue) = 176+202+80=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA50 is #4F35AF. Grayscale: #B4B4B4. Windows color (decimal): -5191088 or 5294768. OLE color: 5294768.
HSL color Cylindrical-coordinate representation of color #B0CA50: hue angle of 72.79º 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 #B0CA50 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 80 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.21 |
| HSL | 72.79º | 0.54% | 0.55% | - |
| HSV(B) | 72.79º | 0.6% | 0.79% | - |
| XYZ | 40.47 | 52.05 | 15.5 | - |
| YUV | 180.32 | 71.39 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 80 | 0.13 | 0 | 0.60 | 0.21 | 72.79 | 0.54 | 0.55 |
| Hex | B0 | CA | 50 | D | 0 | 3C | 15 | 49 | 36 | 37 |
| Octal | 260 | 312 | 120 | 15 | 0 | 74 | 25 | 111 | 66 | 67 |
| Binary | 10110000 | 11001010 | 1010000 | 1101 | 0 | 111100 | 10101 | 1001001 | 110110 | 110111 |
Color Harmonies of #B0CA50
Complementary color
Monochromatic Colors of #B0CA50
Black with #B0CA50
Text Example
Text Example
White with #B0CA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA50; }
p { color: rgb(176,202,80); }
H1.HeaderClassName
{
color: #B0CA50;
}
.AnyTagClassName
{
color: #B0CA50;
}
</style>
background-color css
<style>
a { background-color: #B0CA50; }
a { background-color: rgb(176,202,80); }
div.DivClassName
{
background-color: #B0CA50;
}
.BgClassName
{
background-color: #B0CA50;
}
</style>
border-color css
<style>
span { border-color: #B0CA50; }
span { border-color: rgb(176,202,80); }
td.TdClassName
{
border-color: #B0CA50;
}
.TagClassName
{
border-color: #B0CA50;
}
</style>