Shades of Celery #B0B547
Tints of Celery #B0B547
RGB
CMYK
RGB Variations
Color information
#B0B547 (or 0xB0B547) is known color: Celery. HEX triplet: B0, B5 and 47. RGB value is (176,181,71). Sum of RGB (Red+Green+Blue) = 176+181+71=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 71 (28.12% from 255 or 16.59% from 428); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B547 is #4F4AB8. Grayscale: #A7A7A7. Windows color (decimal): -5196473 or 4699568. OLE color: 4699568.
HSL color Cylindrical-coordinate representation of color #B0B547: hue angle of 62.73º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0B547 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 181 | 71 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.29 |
| HSL | 62.73º | 0.44% | 0.49% | - |
| HSV(B) | 62.73º | 0.61% | 0.71% | - |
| XYZ | 35.57 | 42.73 | 12.33 | - |
| YUV | 166.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 181 | 71 | 0.03 | 0 | 0.61 | 0.29 | 62.73 | 0.44 | 0.49 |
| Hex | B0 | B5 | 47 | 3 | 0 | 3D | 1D | 3F | 2C | 31 |
| Octal | 260 | 265 | 107 | 3 | 0 | 75 | 35 | 77 | 54 | 61 |
| Binary | 10110000 | 10110101 | 1000111 | 11 | 0 | 111101 | 11101 | 111111 | 101100 | 110001 |
Color Harmonies of #B0B547
Complementary color
Monochromatic Colors of #B0B547
Black with #B0B547
Text Example
Text Example
White with #B0B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B547; }
p { color: rgb(176,181,71); }
H1.HeaderClassName
{
color: #B0B547;
}
.AnyTagClassName
{
color: #B0B547;
}
</style>
background-color css
<style>
a { background-color: #B0B547; }
a { background-color: rgb(176,181,71); }
div.DivClassName
{
background-color: #B0B547;
}
.BgClassName
{
background-color: #B0B547;
}
</style>
border-color css
<style>
span { border-color: #B0B547; }
span { border-color: rgb(176,181,71); }
td.TdClassName
{
border-color: #B0B547;
}
.TagClassName
{
border-color: #B0B547;
}
</style>