Shades of Celery #B0B444
Tints of Celery #B0B444
RGB
CMYK
RGB Variations
Color information
#B0B444 (or 0xB0B444) is known color: Celery. HEX triplet: B0, B4 and 44. RGB value is (176,180,68). Sum of RGB (Red+Green+Blue) = 176+180+68=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B444 is #4F4BBB. Grayscale: #A6A6A6. Windows color (decimal): -5196732 or 4502704. OLE color: 4502704.
HSL color Cylindrical-coordinate representation of color #B0B444: hue angle of 62.14º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0B444 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 180 | 68 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.29 |
| HSL | 62.14º | 0.45% | 0.49% | - |
| HSV(B) | 62.14º | 0.62% | 0.71% | - |
| XYZ | 35.27 | 42.29 | 11.77 | - |
| YUV | 166.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 180 | 68 | 0.02 | 0 | 0.62 | 0.29 | 62.14 | 0.45 | 0.49 |
| Hex | B0 | B4 | 44 | 2 | 0 | 3E | 1D | 3E | 2D | 31 |
| Octal | 260 | 264 | 104 | 2 | 0 | 76 | 35 | 76 | 55 | 61 |
| Binary | 10110000 | 10110100 | 1000100 | 10 | 0 | 111110 | 11101 | 111110 | 101101 | 110001 |
Color Harmonies of #B0B444
Complementary color
Monochromatic Colors of #B0B444
Black with #B0B444
Text Example
Text Example
White with #B0B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B444; }
p { color: rgb(176,180,68); }
H1.HeaderClassName
{
color: #B0B444;
}
.AnyTagClassName
{
color: #B0B444;
}
</style>
background-color css
<style>
a { background-color: #B0B444; }
a { background-color: rgb(176,180,68); }
div.DivClassName
{
background-color: #B0B444;
}
.BgClassName
{
background-color: #B0B444;
}
</style>
border-color css
<style>
span { border-color: #B0B444; }
span { border-color: rgb(176,180,68); }
td.TdClassName
{
border-color: #B0B444;
}
.TagClassName
{
border-color: #B0B444;
}
</style>