Shades of Celery #B3C94C
Tints of Celery #B3C94C
RGB
CMYK
RGB Variations
Color information
#B3C94C (or 0xB3C94C) is known color: Celery. HEX triplet: B3, C9 and 4C. RGB value is (179,201,76). Sum of RGB (Red+Green+Blue) = 179+201+76=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C94C is #4C36B3. Grayscale: #B4B4B4. Windows color (decimal): -4994740 or 5032371. OLE color: 5032371.
HSL color Cylindrical-coordinate representation of color #B3C94C: hue angle of 70.56º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B3C94C is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 201 | 76 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.21 |
| HSL | 70.56º | 0.54% | 0.54% | - |
| HSV(B) | 70.56º | 0.62% | 0.79% | - |
| XYZ | 40.78 | 51.88 | 14.7 | - |
| YUV | 180.17 | 69.21 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 201 | 76 | 0.11 | 0 | 0.62 | 0.21 | 70.56 | 0.54 | 0.54 |
| Hex | B3 | C9 | 4C | B | 0 | 3E | 15 | 47 | 36 | 36 |
| Octal | 263 | 311 | 114 | 13 | 0 | 76 | 25 | 107 | 66 | 66 |
| Binary | 10110011 | 11001001 | 1001100 | 1011 | 0 | 111110 | 10101 | 1000111 | 110110 | 110110 |
Color Harmonies of #B3C94C
Complementary color
Monochromatic Colors of #B3C94C
Black with #B3C94C
Text Example
Text Example
White with #B3C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C94C; }
p { color: rgb(179,201,76); }
H1.HeaderClassName
{
color: #B3C94C;
}
.AnyTagClassName
{
color: #B3C94C;
}
</style>
background-color css
<style>
a { background-color: #B3C94C; }
a { background-color: rgb(179,201,76); }
div.DivClassName
{
background-color: #B3C94C;
}
.BgClassName
{
background-color: #B3C94C;
}
</style>
border-color css
<style>
span { border-color: #B3C94C; }
span { border-color: rgb(179,201,76); }
td.TdClassName
{
border-color: #B3C94C;
}
.TagClassName
{
border-color: #B3C94C;
}
</style>