Shades of Celery #B9C341
Tints of Celery #B9C341
RGB
CMYK
RGB Variations
Color information
#B9C341 (or 0xB9C341) is known color: Celery. HEX triplet: B9, C3 and 41. RGB value is (185,195,65). Sum of RGB (Red+Green+Blue) = 185+195+65=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C341 is #463CBE. Grayscale: #B1B1B1. Windows color (decimal): -4603071 or 4309945. OLE color: 4309945.
HSL color Cylindrical-coordinate representation of color #B9C341: hue angle of 64.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9C341 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 195 | 65 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.24 |
| HSL | 64.62º | 0.52% | 0.51% | - |
| HSV(B) | 64.62º | 0.67% | 0.76% | - |
| XYZ | 40.48 | 49.73 | 12.47 | - |
| YUV | 177.19 | 64.69 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 65 | 0.05 | 0 | 0.67 | 0.24 | 64.62 | 0.52 | 0.51 |
| Hex | B9 | C3 | 41 | 5 | 0 | 43 | 18 | 41 | 34 | 33 |
| Octal | 271 | 303 | 101 | 5 | 0 | 103 | 30 | 101 | 64 | 63 |
| Binary | 10111001 | 11000011 | 1000001 | 101 | 0 | 1000011 | 11000 | 1000001 | 110100 | 110011 |
Color Harmonies of #B9C341
Complementary color
Monochromatic Colors of #B9C341
Black with #B9C341
Text Example
Text Example
White with #B9C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C341; }
p { color: rgb(185,195,65); }
H1.HeaderClassName
{
color: #B9C341;
}
.AnyTagClassName
{
color: #B9C341;
}
</style>
background-color css
<style>
a { background-color: #B9C341; }
a { background-color: rgb(185,195,65); }
div.DivClassName
{
background-color: #B9C341;
}
.BgClassName
{
background-color: #B9C341;
}
</style>
border-color css
<style>
span { border-color: #B9C341; }
span { border-color: rgb(185,195,65); }
td.TdClassName
{
border-color: #B9C341;
}
.TagClassName
{
border-color: #B9C341;
}
</style>