Shades of Celery #B0C541
Tints of Celery #B0C541
RGB
CMYK
RGB Variations
Color information
#B0C541 (or 0xB0C541) is known color: Celery. HEX triplet: B0, C5 and 41. RGB value is (176,197,65). Sum of RGB (Red+Green+Blue) = 176+197+65=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C541 is #4F3ABE. Grayscale: #B0B0B0. Windows color (decimal): -5192383 or 4310448. OLE color: 4310448.
HSL color Cylindrical-coordinate representation of color #B0C541: hue angle of 69.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0C541 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 65 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.23 |
| HSL | 69.55º | 0.53% | 0.51% | - |
| HSV(B) | 69.55º | 0.67% | 0.77% | - |
| XYZ | 38.82 | 49.54 | 12.52 | - |
| YUV | 175.67 | 65.54 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 65 | 0.11 | 0 | 0.67 | 0.23 | 69.55 | 0.53 | 0.51 |
| Hex | B0 | C5 | 41 | B | 0 | 43 | 17 | 46 | 35 | 33 |
| Octal | 260 | 305 | 101 | 13 | 0 | 103 | 27 | 106 | 65 | 63 |
| Binary | 10110000 | 11000101 | 1000001 | 1011 | 0 | 1000011 | 10111 | 1000110 | 110101 | 110011 |
Color Harmonies of #B0C541
Complementary color
Monochromatic Colors of #B0C541
Black with #B0C541
Text Example
Text Example
White with #B0C541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C541; }
p { color: rgb(176,197,65); }
H1.HeaderClassName
{
color: #B0C541;
}
.AnyTagClassName
{
color: #B0C541;
}
</style>
background-color css
<style>
a { background-color: #B0C541; }
a { background-color: rgb(176,197,65); }
div.DivClassName
{
background-color: #B0C541;
}
.BgClassName
{
background-color: #B0C541;
}
</style>
border-color css
<style>
span { border-color: #B0C541; }
span { border-color: rgb(176,197,65); }
td.TdClassName
{
border-color: #B0C541;
}
.TagClassName
{
border-color: #B0C541;
}
</style>