Shades of Celery #B9C148
Tints of Celery #B9C148
RGB
CMYK
RGB Variations
Color information
#B9C148 (or 0xB9C148) is known color: Celery. HEX triplet: B9, C1 and 48. RGB value is (185,193,72). Sum of RGB (Red+Green+Blue) = 185+193+72=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C148 is #463EB7. Grayscale: #B1B1B1. Windows color (decimal): -4603576 or 4768185. OLE color: 4768185.
HSL color Cylindrical-coordinate representation of color #B9C148: hue angle of 63.97º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9C148 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 72 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.24 |
| HSL | 63.97º | 0.49% | 0.52% | - |
| HSV(B) | 63.97º | 0.63% | 0.76% | - |
| XYZ | 40.25 | 48.92 | 13.45 | - |
| YUV | 176.81 | 68.85 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 72 | 0.04 | 0 | 0.63 | 0.24 | 63.97 | 0.49 | 0.52 |
| Hex | B9 | C1 | 48 | 4 | 0 | 3F | 18 | 40 | 31 | 34 |
| Octal | 271 | 301 | 110 | 4 | 0 | 77 | 30 | 100 | 61 | 64 |
| Binary | 10111001 | 11000001 | 1001000 | 100 | 0 | 111111 | 11000 | 1000000 | 110001 | 110100 |
Color Harmonies of #B9C148
Complementary color
Monochromatic Colors of #B9C148
Black with #B9C148
Text Example
Text Example
White with #B9C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C148; }
p { color: rgb(185,193,72); }
H1.HeaderClassName
{
color: #B9C148;
}
.AnyTagClassName
{
color: #B9C148;
}
</style>
background-color css
<style>
a { background-color: #B9C148; }
a { background-color: rgb(185,193,72); }
div.DivClassName
{
background-color: #B9C148;
}
.BgClassName
{
background-color: #B9C148;
}
</style>
border-color css
<style>
span { border-color: #B9C148; }
span { border-color: rgb(185,193,72); }
td.TdClassName
{
border-color: #B9C148;
}
.TagClassName
{
border-color: #B9C148;
}
</style>