Shades of Celery #B0C950
Tints of Celery #B0C950
RGB
CMYK
RGB Variations
Color information
#B0C950 (or 0xB0C950) is known color: Celery. HEX triplet: B0, C9 and 50. RGB value is (176,201,80). Sum of RGB (Red+Green+Blue) = 176+201+80=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C950 is #4F36AF. Grayscale: #B4B4B4. Windows color (decimal): -5191344 or 5294512. OLE color: 5294512.
HSL color Cylindrical-coordinate representation of color #B0C950: hue angle of 72.4º 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 #B0C950 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 80 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.21 |
| HSL | 72.4º | 0.53% | 0.55% | - |
| HSV(B) | 72.4º | 0.6% | 0.79% | - |
| XYZ | 40.24 | 51.58 | 15.43 | - |
| YUV | 179.73 | 71.72 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 80 | 0.12 | 0 | 0.60 | 0.21 | 72.4 | 0.53 | 0.55 |
| Hex | B0 | C9 | 50 | C | 0 | 3C | 15 | 48 | 35 | 37 |
| Octal | 260 | 311 | 120 | 14 | 0 | 74 | 25 | 110 | 65 | 67 |
| Binary | 10110000 | 11001001 | 1010000 | 1100 | 0 | 111100 | 10101 | 1001000 | 110101 | 110111 |
Color Harmonies of #B0C950
Complementary color
Monochromatic Colors of #B0C950
Black with #B0C950
Text Example
Text Example
White with #B0C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C950; }
p { color: rgb(176,201,80); }
H1.HeaderClassName
{
color: #B0C950;
}
.AnyTagClassName
{
color: #B0C950;
}
</style>
background-color css
<style>
a { background-color: #B0C950; }
a { background-color: rgb(176,201,80); }
div.DivClassName
{
background-color: #B0C950;
}
.BgClassName
{
background-color: #B0C950;
}
</style>
border-color css
<style>
span { border-color: #B0C950; }
span { border-color: rgb(176,201,80); }
td.TdClassName
{
border-color: #B0C950;
}
.TagClassName
{
border-color: #B0C950;
}
</style>