Shades of Celery #B0CC49
Tints of Celery #B0CC49
RGB
CMYK
RGB Variations
Color information
#B0CC49 (or 0xB0CC49) is known color: Celery. HEX triplet: B0, CC and 49. RGB value is (176,204,73). Sum of RGB (Red+Green+Blue) = 176+204+73=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CC49 is #4F33B6. Grayscale: #B5B5B5. Windows color (decimal): -5190583 or 4836528. OLE color: 4836528.
HSL color Cylindrical-coordinate representation of color #B0CC49: hue angle of 72.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0CC49 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 73 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.2 |
| HSL | 72.82º | 0.56% | 0.54% | - |
| HSV(B) | 72.82º | 0.64% | 0.8% | - |
| XYZ | 40.7 | 52.9 | 14.37 | - |
| YUV | 180.69 | 67.22 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 73 | 0.14 | 0 | 0.64 | 0.2 | 72.82 | 0.56 | 0.54 |
| Hex | B0 | CC | 49 | E | 0 | 40 | 14 | 49 | 38 | 36 |
| Octal | 260 | 314 | 111 | 16 | 0 | 100 | 24 | 111 | 70 | 66 |
| Binary | 10110000 | 11001100 | 1001001 | 1110 | 0 | 1000000 | 10100 | 1001001 | 111000 | 110110 |
Color Harmonies of #B0CC49
Complementary color
Monochromatic Colors of #B0CC49
Black with #B0CC49
Text Example
Text Example
White with #B0CC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC49; }
p { color: rgb(176,204,73); }
H1.HeaderClassName
{
color: #B0CC49;
}
.AnyTagClassName
{
color: #B0CC49;
}
</style>
background-color css
<style>
a { background-color: #B0CC49; }
a { background-color: rgb(176,204,73); }
div.DivClassName
{
background-color: #B0CC49;
}
.BgClassName
{
background-color: #B0CC49;
}
</style>
border-color css
<style>
span { border-color: #B0CC49; }
span { border-color: rgb(176,204,73); }
td.TdClassName
{
border-color: #B0CC49;
}
.TagClassName
{
border-color: #B0CC49;
}
</style>