Shades of Celery #B0CB49
Tints of Celery #B0CB49
RGB
CMYK
RGB Variations
Color information
#B0CB49 (or 0xB0CB49) is known color: Celery. HEX triplet: B0, CB and 49. RGB value is (176,203,73). Sum of RGB (Red+Green+Blue) = 176+203+73=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CB49 is #4F34B6. Grayscale: #B4B4B4. Windows color (decimal): -5190839 or 4836272. OLE color: 4836272.
HSL color Cylindrical-coordinate representation of color #B0CB49: hue angle of 72.46º 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 #B0CB49 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 203 | 73 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.20 |
| HSL | 72.46º | 0.56% | 0.54% | - |
| HSV(B) | 72.46º | 0.64% | 0.8% | - |
| XYZ | 40.46 | 52.42 | 14.29 | - |
| YUV | 180.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 73 | 0.13 | 0 | 0.64 | 0.20 | 72.46 | 0.56 | 0.54 |
| Hex | B0 | CB | 49 | D | 0 | 40 | 14 | 48 | 38 | 36 |
| Octal | 260 | 313 | 111 | 15 | 0 | 100 | 24 | 110 | 70 | 66 |
| Binary | 10110000 | 11001011 | 1001001 | 1101 | 0 | 1000000 | 10100 | 1001000 | 111000 | 110110 |
Color Harmonies of #B0CB49
Complementary color
Monochromatic Colors of #B0CB49
Black with #B0CB49
Text Example
Text Example
White with #B0CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CB49; }
p { color: rgb(176,203,73); }
H1.HeaderClassName
{
color: #B0CB49;
}
.AnyTagClassName
{
color: #B0CB49;
}
</style>
background-color css
<style>
a { background-color: #B0CB49; }
a { background-color: rgb(176,203,73); }
div.DivClassName
{
background-color: #B0CB49;
}
.BgClassName
{
background-color: #B0CB49;
}
</style>
border-color css
<style>
span { border-color: #B0CB49; }
span { border-color: rgb(176,203,73); }
td.TdClassName
{
border-color: #B0CB49;
}
.TagClassName
{
border-color: #B0CB49;
}
</style>