Shades of Celery #B8C43A
Tints of Celery #B8C43A
RGB
CMYK
RGB Variations
Color information
#B8C43A (or 0xB8C43A) is known color: Celery. HEX triplet: B8, C4 and 3A. RGB value is (184,196,58). Sum of RGB (Red+Green+Blue) = 184+196+58=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C43A is #473BC5. Grayscale: #B1B1B1. Windows color (decimal): -4668358 or 3851448. OLE color: 3851448.
HSL color Cylindrical-coordinate representation of color #B8C43A: hue angle of 65.22º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8C43A is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 58 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.23 |
| HSL | 65.22º | 0.54% | 0.5% | - |
| HSV(B) | 65.22º | 0.7% | 0.77% | - |
| XYZ | 40.27 | 49.98 | 11.53 | - |
| YUV | 176.68 | 61.02 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 58 | 0.06 | 0 | 0.70 | 0.23 | 65.22 | 0.54 | 0.5 |
| Hex | B8 | C4 | 3A | 6 | 0 | 46 | 17 | 41 | 36 | 32 |
| Octal | 270 | 304 | 72 | 6 | 0 | 106 | 27 | 101 | 66 | 62 |
| Binary | 10111000 | 11000100 | 111010 | 110 | 0 | 1000110 | 10111 | 1000001 | 110110 | 110010 |
Color Harmonies of #B8C43A
Complementary color
Monochromatic Colors of #B8C43A
Black with #B8C43A
Text Example
Text Example
White with #B8C43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C43A; }
p { color: rgb(184,196,58); }
H1.HeaderClassName
{
color: #B8C43A;
}
.AnyTagClassName
{
color: #B8C43A;
}
</style>
background-color css
<style>
a { background-color: #B8C43A; }
a { background-color: rgb(184,196,58); }
div.DivClassName
{
background-color: #B8C43A;
}
.BgClassName
{
background-color: #B8C43A;
}
</style>
border-color css
<style>
span { border-color: #B8C43A; }
span { border-color: rgb(184,196,58); }
td.TdClassName
{
border-color: #B8C43A;
}
.TagClassName
{
border-color: #B8C43A;
}
</style>