Shades of Celery #B3C542
Tints of Celery #B3C542
RGB
CMYK
RGB Variations
Color information
#B3C542 (or 0xB3C542) is known color: Celery. HEX triplet: B3, C5 and 42. RGB value is (179,197,66). Sum of RGB (Red+Green+Blue) = 179+197+66=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C542 is #4C3ABD. Grayscale: #B1B1B1. Windows color (decimal): -4995774 or 4375987. OLE color: 4375987.
HSL color Cylindrical-coordinate representation of color #B3C542: hue angle of 68.24º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3C542 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 66 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.23 |
| HSL | 68.24º | 0.53% | 0.52% | - |
| HSV(B) | 68.24º | 0.66% | 0.77% | - |
| XYZ | 39.54 | 49.91 | 12.7 | - |
| YUV | 176.68 | 65.54 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 66 | 0.09 | 0 | 0.66 | 0.23 | 68.24 | 0.53 | 0.52 |
| Hex | B3 | C5 | 42 | 9 | 0 | 42 | 17 | 44 | 35 | 34 |
| Octal | 263 | 305 | 102 | 11 | 0 | 102 | 27 | 104 | 65 | 64 |
| Binary | 10110011 | 11000101 | 1000010 | 1001 | 0 | 1000010 | 10111 | 1000100 | 110101 | 110100 |
Color Harmonies of #B3C542
Complementary color
Monochromatic Colors of #B3C542
Black with #B3C542
Text Example
Text Example
White with #B3C542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C542; }
p { color: rgb(179,197,66); }
H1.HeaderClassName
{
color: #B3C542;
}
.AnyTagClassName
{
color: #B3C542;
}
</style>
background-color css
<style>
a { background-color: #B3C542; }
a { background-color: rgb(179,197,66); }
div.DivClassName
{
background-color: #B3C542;
}
.BgClassName
{
background-color: #B3C542;
}
</style>
border-color css
<style>
span { border-color: #B3C542; }
span { border-color: rgb(179,197,66); }
td.TdClassName
{
border-color: #B3C542;
}
.TagClassName
{
border-color: #B3C542;
}
</style>