Shades of Celery #B0CC53
Tints of Celery #B0CC53
RGB
CMYK
RGB Variations
Color information
#B0CC53 (or 0xB0CC53) is known color: Celery. HEX triplet: B0, CC and 53. RGB value is (176,204,83). Sum of RGB (Red+Green+Blue) = 176+204+83=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CC53 is #4F33AC. Grayscale: #B6B6B6. Windows color (decimal): -5190573 or 5491888. OLE color: 5491888.
HSL color Cylindrical-coordinate representation of color #B0CC53: hue angle of 73.88º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0CC53 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 83 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.2 |
| HSL | 73.88º | 0.54% | 0.56% | - |
| HSV(B) | 73.88º | 0.59% | 0.8% | - |
| XYZ | 41.06 | 53.04 | 16.26 | - |
| YUV | 181.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 83 | 0.14 | 0 | 0.59 | 0.2 | 73.88 | 0.54 | 0.56 |
| Hex | B0 | CC | 53 | E | 0 | 3B | 14 | 4A | 36 | 38 |
| Octal | 260 | 314 | 123 | 16 | 0 | 73 | 24 | 112 | 66 | 70 |
| Binary | 10110000 | 11001100 | 1010011 | 1110 | 0 | 111011 | 10100 | 1001010 | 110110 | 111000 |
Color Harmonies of #B0CC53
Complementary color
Monochromatic Colors of #B0CC53
Black with #B0CC53
Text Example
Text Example
White with #B0CC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC53; }
p { color: rgb(176,204,83); }
H1.HeaderClassName
{
color: #B0CC53;
}
.AnyTagClassName
{
color: #B0CC53;
}
</style>
background-color css
<style>
a { background-color: #B0CC53; }
a { background-color: rgb(176,204,83); }
div.DivClassName
{
background-color: #B0CC53;
}
.BgClassName
{
background-color: #B0CC53;
}
</style>
border-color css
<style>
span { border-color: #B0CC53; }
span { border-color: rgb(176,204,83); }
td.TdClassName
{
border-color: #B0CC53;
}
.TagClassName
{
border-color: #B0CC53;
}
</style>