Shades of Celery #B0C448
Tints of Celery #B0C448
RGB
CMYK
RGB Variations
Color information
#B0C448 (or 0xB0C448) is known color: Celery. HEX triplet: B0, C4 and 48. RGB value is (176,196,72). Sum of RGB (Red+Green+Blue) = 176+196+72=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C448 is #4F3BB7. Grayscale: #B0B0B0. Windows color (decimal): -5192632 or 4768944. OLE color: 4768944.
HSL color Cylindrical-coordinate representation of color #B0C448: hue angle of 69.68º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0C448 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 196 | 72 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.23 |
| HSL | 69.68º | 0.51% | 0.53% | - |
| HSV(B) | 69.68º | 0.63% | 0.77% | - |
| XYZ | 38.81 | 49.18 | 13.58 | - |
| YUV | 175.88 | 69.37 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 196 | 72 | 0.10 | 0 | 0.63 | 0.23 | 69.68 | 0.51 | 0.53 |
| Hex | B0 | C4 | 48 | A | 0 | 3F | 17 | 46 | 33 | 35 |
| Octal | 260 | 304 | 110 | 12 | 0 | 77 | 27 | 106 | 63 | 65 |
| Binary | 10110000 | 11000100 | 1001000 | 1010 | 0 | 111111 | 10111 | 1000110 | 110011 | 110101 |
Color Harmonies of #B0C448
Complementary color
Monochromatic Colors of #B0C448
Black with #B0C448
Text Example
Text Example
White with #B0C448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C448; }
p { color: rgb(176,196,72); }
H1.HeaderClassName
{
color: #B0C448;
}
.AnyTagClassName
{
color: #B0C448;
}
</style>
background-color css
<style>
a { background-color: #B0C448; }
a { background-color: rgb(176,196,72); }
div.DivClassName
{
background-color: #B0C448;
}
.BgClassName
{
background-color: #B0C448;
}
</style>
border-color css
<style>
span { border-color: #B0C448; }
span { border-color: rgb(176,196,72); }
td.TdClassName
{
border-color: #B0C448;
}
.TagClassName
{
border-color: #B0C448;
}
</style>