Shades of Celery #B9C950
Tints of Celery #B9C950
RGB
CMYK
RGB Variations
Color information
#B9C950 (or 0xB9C950) is known color: Celery. HEX triplet: B9, C9 and 50. RGB value is (185,201,80). Sum of RGB (Red+Green+Blue) = 185+201+80=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C950 is #4636AF. Grayscale: #B6B6B6. Windows color (decimal): -4601520 or 5294521. OLE color: 5294521.
HSL color Cylindrical-coordinate representation of color #B9C950: hue angle of 67.93º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9C950 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 80 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.21 |
| HSL | 67.93º | 0.53% | 0.55% | - |
| HSV(B) | 67.93º | 0.6% | 0.79% | - |
| XYZ | 42.34 | 52.67 | 15.52 | - |
| YUV | 182.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 80 | 0.08 | 0 | 0.60 | 0.21 | 67.93 | 0.53 | 0.55 |
| Hex | B9 | C9 | 50 | 8 | 0 | 3C | 15 | 44 | 35 | 37 |
| Octal | 271 | 311 | 120 | 10 | 0 | 74 | 25 | 104 | 65 | 67 |
| Binary | 10111001 | 11001001 | 1010000 | 1000 | 0 | 111100 | 10101 | 1000100 | 110101 | 110111 |
Color Harmonies of #B9C950
Complementary color
Monochromatic Colors of #B9C950
Black with #B9C950
Text Example
Text Example
White with #B9C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C950; }
p { color: rgb(185,201,80); }
H1.HeaderClassName
{
color: #B9C950;
}
.AnyTagClassName
{
color: #B9C950;
}
</style>
background-color css
<style>
a { background-color: #B9C950; }
a { background-color: rgb(185,201,80); }
div.DivClassName
{
background-color: #B9C950;
}
.BgClassName
{
background-color: #B9C950;
}
</style>
border-color css
<style>
span { border-color: #B9C950; }
span { border-color: rgb(185,201,80); }
td.TdClassName
{
border-color: #B9C950;
}
.TagClassName
{
border-color: #B9C950;
}
</style>