Shades of Celery #B0C147
Tints of Celery #B0C147
RGB
CMYK
RGB Variations
Color information
#B0C147 (or 0xB0C147) is known color: Celery. HEX triplet: B0, C1 and 47. RGB value is (176,193,71). Sum of RGB (Red+Green+Blue) = 176+193+71=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C147 is #4F3EB8. Grayscale: #AEAEAE. Windows color (decimal): -5193401 or 4702640. OLE color: 4702640.
HSL color Cylindrical-coordinate representation of color #B0C147: hue angle of 68.36º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0C147 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 193 | 71 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.24 |
| HSL | 68.36º | 0.5% | 0.52% | - |
| HSV(B) | 68.36º | 0.63% | 0.76% | - |
| XYZ | 38.11 | 47.82 | 13.18 | - |
| YUV | 174.01 | 69.87 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 193 | 71 | 0.09 | 0 | 0.63 | 0.24 | 68.36 | 0.5 | 0.52 |
| Hex | B0 | C1 | 47 | 9 | 0 | 3F | 18 | 44 | 32 | 34 |
| Octal | 260 | 301 | 107 | 11 | 0 | 77 | 30 | 104 | 62 | 64 |
| Binary | 10110000 | 11000001 | 1000111 | 1001 | 0 | 111111 | 11000 | 1000100 | 110010 | 110100 |
Color Harmonies of #B0C147
Complementary color
Monochromatic Colors of #B0C147
Black with #B0C147
Text Example
Text Example
White with #B0C147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C147; }
p { color: rgb(176,193,71); }
H1.HeaderClassName
{
color: #B0C147;
}
.AnyTagClassName
{
color: #B0C147;
}
</style>
background-color css
<style>
a { background-color: #B0C147; }
a { background-color: rgb(176,193,71); }
div.DivClassName
{
background-color: #B0C147;
}
.BgClassName
{
background-color: #B0C147;
}
</style>
border-color css
<style>
span { border-color: #B0C147; }
span { border-color: rgb(176,193,71); }
td.TdClassName
{
border-color: #B0C147;
}
.TagClassName
{
border-color: #B0C147;
}
</style>