Shades of Celery #B9C342
Tints of Celery #B9C342
RGB
CMYK
RGB Variations
Color information
#B9C342 (or 0xB9C342) is known color: Celery. HEX triplet: B9, C3 and 42. RGB value is (185,195,66). Sum of RGB (Red+Green+Blue) = 185+195+66=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C342 is #463CBD. Grayscale: #B1B1B1. Windows color (decimal): -4603070 or 4375481. OLE color: 4375481.
HSL color Cylindrical-coordinate representation of color #B9C342: hue angle of 64.65º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9C342 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 195 | 66 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.24 |
| HSL | 64.65º | 0.52% | 0.51% | - |
| HSV(B) | 64.65º | 0.66% | 0.76% | - |
| XYZ | 40.51 | 49.74 | 12.62 | - |
| YUV | 177.3 | 65.19 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 66 | 0.05 | 0 | 0.66 | 0.24 | 64.65 | 0.52 | 0.51 |
| Hex | B9 | C3 | 42 | 5 | 0 | 42 | 18 | 41 | 34 | 33 |
| Octal | 271 | 303 | 102 | 5 | 0 | 102 | 30 | 101 | 64 | 63 |
| Binary | 10111001 | 11000011 | 1000010 | 101 | 0 | 1000010 | 11000 | 1000001 | 110100 | 110011 |
Color Harmonies of #B9C342
Complementary color
Monochromatic Colors of #B9C342
Black with #B9C342
Text Example
Text Example
White with #B9C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C342; }
p { color: rgb(185,195,66); }
H1.HeaderClassName
{
color: #B9C342;
}
.AnyTagClassName
{
color: #B9C342;
}
</style>
background-color css
<style>
a { background-color: #B9C342; }
a { background-color: rgb(185,195,66); }
div.DivClassName
{
background-color: #B9C342;
}
.BgClassName
{
background-color: #B9C342;
}
</style>
border-color css
<style>
span { border-color: #B9C342; }
span { border-color: rgb(185,195,66); }
td.TdClassName
{
border-color: #B9C342;
}
.TagClassName
{
border-color: #B9C342;
}
</style>