Shades of Celery #B0B449
Tints of Celery #B0B449
RGB
CMYK
RGB Variations
Color information
#B0B449 (or 0xB0B449) is known color: Celery. HEX triplet: B0, B4 and 49. RGB value is (176,180,73). Sum of RGB (Red+Green+Blue) = 176+180+73=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B449 is #4F4BB6. Grayscale: #A7A7A7. Windows color (decimal): -5196727 or 4830384. OLE color: 4830384.
HSL color Cylindrical-coordinate representation of color #B0B449: hue angle of 62.24º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0B449 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 180 | 73 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.29 |
| HSL | 62.24º | 0.42% | 0.5% | - |
| HSV(B) | 62.24º | 0.59% | 0.71% | - |
| XYZ | 35.43 | 42.35 | 12.61 | - |
| YUV | 166.61 | 75.17 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 180 | 73 | 0.02 | 0 | 0.59 | 0.29 | 62.24 | 0.42 | 0.5 |
| Hex | B0 | B4 | 49 | 2 | 0 | 3B | 1D | 3E | 2A | 32 |
| Octal | 260 | 264 | 111 | 2 | 0 | 73 | 35 | 76 | 52 | 62 |
| Binary | 10110000 | 10110100 | 1001001 | 10 | 0 | 111011 | 11101 | 111110 | 101010 | 110010 |
Color Harmonies of #B0B449
Complementary color
Monochromatic Colors of #B0B449
Black with #B0B449
Text Example
Text Example
White with #B0B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B449; }
p { color: rgb(176,180,73); }
H1.HeaderClassName
{
color: #B0B449;
}
.AnyTagClassName
{
color: #B0B449;
}
</style>
background-color css
<style>
a { background-color: #B0B449; }
a { background-color: rgb(176,180,73); }
div.DivClassName
{
background-color: #B0B449;
}
.BgClassName
{
background-color: #B0B449;
}
</style>
border-color css
<style>
span { border-color: #B0B449; }
span { border-color: rgb(176,180,73); }
td.TdClassName
{
border-color: #B0B449;
}
.TagClassName
{
border-color: #B0B449;
}
</style>