Shades of Celery #B0C946
Tints of Celery #B0C946
RGB
CMYK
RGB Variations
Color information
#B0C946 (or 0xB0C946) is known color: Celery. HEX triplet: B0, C9 and 46. RGB value is (176,201,70). Sum of RGB (Red+Green+Blue) = 176+201+70=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C946 is #4F36B9. Grayscale: #B3B3B3. Windows color (decimal): -5191354 or 4639152. OLE color: 4639152.
HSL color Cylindrical-coordinate representation of color #B0C946: hue angle of 71.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0C946 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 70 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.21 |
| HSL | 71.45º | 0.55% | 0.53% | - |
| HSV(B) | 71.45º | 0.65% | 0.79% | - |
| XYZ | 39.9 | 51.45 | 13.62 | - |
| YUV | 178.59 | 66.72 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 70 | 0.12 | 0 | 0.65 | 0.21 | 71.45 | 0.55 | 0.53 |
| Hex | B0 | C9 | 46 | C | 0 | 41 | 15 | 47 | 37 | 35 |
| Octal | 260 | 311 | 106 | 14 | 0 | 101 | 25 | 107 | 67 | 65 |
| Binary | 10110000 | 11001001 | 1000110 | 1100 | 0 | 1000001 | 10101 | 1000111 | 110111 | 110101 |
Color Harmonies of #B0C946
Complementary color
Monochromatic Colors of #B0C946
Black with #B0C946
Text Example
Text Example
White with #B0C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C946; }
p { color: rgb(176,201,70); }
H1.HeaderClassName
{
color: #B0C946;
}
.AnyTagClassName
{
color: #B0C946;
}
</style>
background-color css
<style>
a { background-color: #B0C946; }
a { background-color: rgb(176,201,70); }
div.DivClassName
{
background-color: #B0C946;
}
.BgClassName
{
background-color: #B0C946;
}
</style>
border-color css
<style>
span { border-color: #B0C946; }
span { border-color: rgb(176,201,70); }
td.TdClassName
{
border-color: #B0C946;
}
.TagClassName
{
border-color: #B0C946;
}
</style>