Shades of Celery #B9C150
Tints of Celery #B9C150
RGB
CMYK
RGB Variations
Color information
#B9C150 (or 0xB9C150) is known color: Celery. HEX triplet: B9, C1 and 50. RGB value is (185,193,80). Sum of RGB (Red+Green+Blue) = 185+193+80=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C150 is #463EAF. Grayscale: #B2B2B2. Windows color (decimal): -4603568 or 5292473. OLE color: 5292473.
HSL color Cylindrical-coordinate representation of color #B9C150: hue angle of 64.25º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9C150 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 80 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.24 |
| HSL | 64.25º | 0.48% | 0.54% | - |
| HSV(B) | 64.25º | 0.59% | 0.76% | - |
| XYZ | 40.53 | 49.03 | 14.92 | - |
| YUV | 177.73 | 72.85 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 80 | 0.04 | 0 | 0.59 | 0.24 | 64.25 | 0.48 | 0.54 |
| Hex | B9 | C1 | 50 | 4 | 0 | 3B | 18 | 40 | 30 | 36 |
| Octal | 271 | 301 | 120 | 4 | 0 | 73 | 30 | 100 | 60 | 66 |
| Binary | 10111001 | 11000001 | 1010000 | 100 | 0 | 111011 | 11000 | 1000000 | 110000 | 110110 |
Color Harmonies of #B9C150
Complementary color
Monochromatic Colors of #B9C150
Black with #B9C150
Text Example
Text Example
White with #B9C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C150; }
p { color: rgb(185,193,80); }
H1.HeaderClassName
{
color: #B9C150;
}
.AnyTagClassName
{
color: #B9C150;
}
</style>
background-color css
<style>
a { background-color: #B9C150; }
a { background-color: rgb(185,193,80); }
div.DivClassName
{
background-color: #B9C150;
}
.BgClassName
{
background-color: #B9C150;
}
</style>
border-color css
<style>
span { border-color: #B9C150; }
span { border-color: rgb(185,193,80); }
td.TdClassName
{
border-color: #B9C150;
}
.TagClassName
{
border-color: #B9C150;
}
</style>