Shades of Celery #B0C640
Tints of Celery #B0C640
RGB
CMYK
RGB Variations
Color information
#B0C640 (or 0xB0C640) is known color: Celery. HEX triplet: B0, C6 and 40. RGB value is (176,198,64). Sum of RGB (Red+Green+Blue) = 176+198+64=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C640 is #4F39BF. Grayscale: #B0B0B0. Windows color (decimal): -5192128 or 4245168. OLE color: 4245168.
HSL color Cylindrical-coordinate representation of color #B0C640: hue angle of 69.85º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0C640 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 64 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.22 |
| HSL | 69.85º | 0.54% | 0.51% | - |
| HSV(B) | 69.85º | 0.68% | 0.78% | - |
| XYZ | 39.02 | 49.99 | 12.44 | - |
| YUV | 176.15 | 64.71 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 64 | 0.11 | 0 | 0.68 | 0.22 | 69.85 | 0.54 | 0.51 |
| Hex | B0 | C6 | 40 | B | 0 | 44 | 16 | 46 | 36 | 33 |
| Octal | 260 | 306 | 100 | 13 | 0 | 104 | 26 | 106 | 66 | 63 |
| Binary | 10110000 | 11000110 | 1000000 | 1011 | 0 | 1000100 | 10110 | 1000110 | 110110 | 110011 |
Color Harmonies of #B0C640
Complementary color
Monochromatic Colors of #B0C640
Black with #B0C640
Text Example
Text Example
White with #B0C640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C640; }
p { color: rgb(176,198,64); }
H1.HeaderClassName
{
color: #B0C640;
}
.AnyTagClassName
{
color: #B0C640;
}
</style>
background-color css
<style>
a { background-color: #B0C640; }
a { background-color: rgb(176,198,64); }
div.DivClassName
{
background-color: #B0C640;
}
.BgClassName
{
background-color: #B0C640;
}
</style>
border-color css
<style>
span { border-color: #B0C640; }
span { border-color: rgb(176,198,64); }
td.TdClassName
{
border-color: #B0C640;
}
.TagClassName
{
border-color: #B0C640;
}
</style>