Shades of Celery #B1C049
Tints of Celery #B1C049
RGB
CMYK
RGB Variations
Color information
#B1C049 (or 0xB1C049) is known color: Celery. HEX triplet: B1, C0 and 49. RGB value is (177,192,73). Sum of RGB (Red+Green+Blue) = 177+192+73=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C049 is #4E3FB6. Grayscale: #AEAEAE. Windows color (decimal): -5128119 or 4833457. OLE color: 4833457.
HSL color Cylindrical-coordinate representation of color #B1C049: hue angle of 67.56º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1C049 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 73 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.25 |
| HSL | 67.56º | 0.49% | 0.52% | - |
| HSV(B) | 67.56º | 0.62% | 0.75% | - |
| XYZ | 38.18 | 47.53 | 13.46 | - |
| YUV | 173.95 | 71.03 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 73 | 0.08 | 0 | 0.62 | 0.25 | 67.56 | 0.49 | 0.52 |
| Hex | B1 | C0 | 49 | 8 | 0 | 3E | 19 | 44 | 31 | 34 |
| Octal | 261 | 300 | 111 | 10 | 0 | 76 | 31 | 104 | 61 | 64 |
| Binary | 10110001 | 11000000 | 1001001 | 1000 | 0 | 111110 | 11001 | 1000100 | 110001 | 110100 |
Color Harmonies of #B1C049
Complementary color
Monochromatic Colors of #B1C049
Black with #B1C049
Text Example
Text Example
White with #B1C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C049; }
p { color: rgb(177,192,73); }
H1.HeaderClassName
{
color: #B1C049;
}
.AnyTagClassName
{
color: #B1C049;
}
</style>
background-color css
<style>
a { background-color: #B1C049; }
a { background-color: rgb(177,192,73); }
div.DivClassName
{
background-color: #B1C049;
}
.BgClassName
{
background-color: #B1C049;
}
</style>
border-color css
<style>
span { border-color: #B1C049; }
span { border-color: rgb(177,192,73); }
td.TdClassName
{
border-color: #B1C049;
}
.TagClassName
{
border-color: #B1C049;
}
</style>