Shades of Celery #B9C34C
Tints of Celery #B9C34C
RGB
CMYK
RGB Variations
Color information
#B9C34C (or 0xB9C34C) is known color: Celery. HEX triplet: B9, C3 and 4C. RGB value is (185,195,76). Sum of RGB (Red+Green+Blue) = 185+195+76=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C34C is #463CB3. Grayscale: #B2B2B2. Windows color (decimal): -4603060 or 5030841. OLE color: 5030841.
HSL color Cylindrical-coordinate representation of color #B9C34C: hue angle of 65.04º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9C34C is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 195 | 76 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.24 |
| HSL | 65.04º | 0.5% | 0.53% | - |
| HSV(B) | 65.04º | 0.61% | 0.76% | - |
| XYZ | 40.83 | 49.87 | 14.31 | - |
| YUV | 178.44 | 70.19 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 76 | 0.05 | 0 | 0.61 | 0.24 | 65.04 | 0.5 | 0.53 |
| Hex | B9 | C3 | 4C | 5 | 0 | 3D | 18 | 41 | 32 | 35 |
| Octal | 271 | 303 | 114 | 5 | 0 | 75 | 30 | 101 | 62 | 65 |
| Binary | 10111001 | 11000011 | 1001100 | 101 | 0 | 111101 | 11000 | 1000001 | 110010 | 110101 |
Color Harmonies of #B9C34C
Complementary color
Monochromatic Colors of #B9C34C
Black with #B9C34C
Text Example
Text Example
White with #B9C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C34C; }
p { color: rgb(185,195,76); }
H1.HeaderClassName
{
color: #B9C34C;
}
.AnyTagClassName
{
color: #B9C34C;
}
</style>
background-color css
<style>
a { background-color: #B9C34C; }
a { background-color: rgb(185,195,76); }
div.DivClassName
{
background-color: #B9C34C;
}
.BgClassName
{
background-color: #B9C34C;
}
</style>
border-color css
<style>
span { border-color: #B9C34C; }
span { border-color: rgb(185,195,76); }
td.TdClassName
{
border-color: #B9C34C;
}
.TagClassName
{
border-color: #B9C34C;
}
</style>