Shades of Celery #B1CA49
Tints of Celery #B1CA49
RGB
CMYK
RGB Variations
Color information
#B1CA49 (or 0xB1CA49) is known color: Celery. HEX triplet: B1, CA and 49. RGB value is (177,202,73). Sum of RGB (Red+Green+Blue) = 177+202+73=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CA49 is #4E35B6. Grayscale: #B4B4B4. Windows color (decimal): -5125559 or 4836017. OLE color: 4836017.
HSL color Cylindrical-coordinate representation of color #B1CA49: hue angle of 71.63º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1CA49 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 73 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.21 |
| HSL | 71.63º | 0.55% | 0.54% | - |
| HSV(B) | 71.63º | 0.64% | 0.79% | - |
| XYZ | 40.45 | 52.07 | 14.22 | - |
| YUV | 179.82 | 67.72 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 73 | 0.12 | 0 | 0.64 | 0.21 | 71.63 | 0.55 | 0.54 |
| Hex | B1 | CA | 49 | C | 0 | 40 | 15 | 48 | 37 | 36 |
| Octal | 261 | 312 | 111 | 14 | 0 | 100 | 25 | 110 | 67 | 66 |
| Binary | 10110001 | 11001010 | 1001001 | 1100 | 0 | 1000000 | 10101 | 1001000 | 110111 | 110110 |
Color Harmonies of #B1CA49
Complementary color
Monochromatic Colors of #B1CA49
Black with #B1CA49
Text Example
Text Example
White with #B1CA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA49; }
p { color: rgb(177,202,73); }
H1.HeaderClassName
{
color: #B1CA49;
}
.AnyTagClassName
{
color: #B1CA49;
}
</style>
background-color css
<style>
a { background-color: #B1CA49; }
a { background-color: rgb(177,202,73); }
div.DivClassName
{
background-color: #B1CA49;
}
.BgClassName
{
background-color: #B1CA49;
}
</style>
border-color css
<style>
span { border-color: #B1CA49; }
span { border-color: rgb(177,202,73); }
td.TdClassName
{
border-color: #B1CA49;
}
.TagClassName
{
border-color: #B1CA49;
}
</style>