Shades of Celery #B9C350
Tints of Celery #B9C350
RGB
CMYK
RGB Variations
Color information
#B9C350 (or 0xB9C350) is known color: Celery. HEX triplet: B9, C3 and 50. RGB value is (185,195,80). Sum of RGB (Red+Green+Blue) = 185+195+80=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C350 is #463CAF. Grayscale: #B3B3B3. Windows color (decimal): -4603056 or 5292985. OLE color: 5292985.
HSL color Cylindrical-coordinate representation of color #B9C350: hue angle of 65.22º degrees, saturation: 0.49, 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 #B9C350 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 195 | 80 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.24 |
| HSL | 65.22º | 0.49% | 0.54% | - |
| HSV(B) | 65.22º | 0.59% | 0.76% | - |
| XYZ | 40.97 | 49.92 | 15.07 | - |
| YUV | 178.9 | 72.19 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 80 | 0.05 | 0 | 0.59 | 0.24 | 65.22 | 0.49 | 0.54 |
| Hex | B9 | C3 | 50 | 5 | 0 | 3B | 18 | 41 | 31 | 36 |
| Octal | 271 | 303 | 120 | 5 | 0 | 73 | 30 | 101 | 61 | 66 |
| Binary | 10111001 | 11000011 | 1010000 | 101 | 0 | 111011 | 11000 | 1000001 | 110001 | 110110 |
Color Harmonies of #B9C350
Complementary color
Monochromatic Colors of #B9C350
Black with #B9C350
Text Example
Text Example
White with #B9C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C350; }
p { color: rgb(185,195,80); }
H1.HeaderClassName
{
color: #B9C350;
}
.AnyTagClassName
{
color: #B9C350;
}
</style>
background-color css
<style>
a { background-color: #B9C350; }
a { background-color: rgb(185,195,80); }
div.DivClassName
{
background-color: #B9C350;
}
.BgClassName
{
background-color: #B9C350;
}
</style>
border-color css
<style>
span { border-color: #B9C350; }
span { border-color: rgb(185,195,80); }
td.TdClassName
{
border-color: #B9C350;
}
.TagClassName
{
border-color: #B9C350;
}
</style>