Shades of Celery #B0CC47
Tints of Celery #B0CC47
RGB
CMYK
RGB Variations
Color information
#B0CC47 (or 0xB0CC47) is known color: Celery. HEX triplet: B0, CC and 47. RGB value is (176,204,71). Sum of RGB (Red+Green+Blue) = 176+204+71=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 71 (28.12% from 255 or 15.74% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CC47 is #4F33B8. Grayscale: #B4B4B4. Windows color (decimal): -5190585 or 4705456. OLE color: 4705456.
HSL color Cylindrical-coordinate representation of color #B0CC47: hue angle of 72.63º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0CC47 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 71 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.2 |
| HSL | 72.63º | 0.57% | 0.54% | - |
| HSV(B) | 72.63º | 0.65% | 0.8% | - |
| XYZ | 40.63 | 52.87 | 14.02 | - |
| YUV | 180.47 | 66.22 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 71 | 0.14 | 0 | 0.65 | 0.2 | 72.63 | 0.57 | 0.54 |
| Hex | B0 | CC | 47 | E | 0 | 41 | 14 | 49 | 39 | 36 |
| Octal | 260 | 314 | 107 | 16 | 0 | 101 | 24 | 111 | 71 | 66 |
| Binary | 10110000 | 11001100 | 1000111 | 1110 | 0 | 1000001 | 10100 | 1001001 | 111001 | 110110 |
Color Harmonies of #B0CC47
Complementary color
Monochromatic Colors of #B0CC47
Black with #B0CC47
Text Example
Text Example
White with #B0CC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC47; }
p { color: rgb(176,204,71); }
H1.HeaderClassName
{
color: #B0CC47;
}
.AnyTagClassName
{
color: #B0CC47;
}
</style>
background-color css
<style>
a { background-color: #B0CC47; }
a { background-color: rgb(176,204,71); }
div.DivClassName
{
background-color: #B0CC47;
}
.BgClassName
{
background-color: #B0CC47;
}
</style>
border-color css
<style>
span { border-color: #B0CC47; }
span { border-color: rgb(176,204,71); }
td.TdClassName
{
border-color: #B0CC47;
}
.TagClassName
{
border-color: #B0CC47;
}
</style>