Shades of Celery #B8C242
Tints of Celery #B8C242
RGB
CMYK
RGB Variations
Color information
#B8C242 (or 0xB8C242) is known color: Celery. HEX triplet: B8, C2 and 42. RGB value is (184,194,66). Sum of RGB (Red+Green+Blue) = 184+194+66=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C242 is #473DBD. Grayscale: #B0B0B0. Windows color (decimal): -4668862 or 4375224. OLE color: 4375224.
HSL color Cylindrical-coordinate representation of color #B8C242: hue angle of 64.69º degrees, saturation: 0.51, 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 #B8C242 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 66 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.24 |
| HSL | 64.69º | 0.51% | 0.51% | - |
| HSV(B) | 64.69º | 0.66% | 0.76% | - |
| XYZ | 40.04 | 49.17 | 12.53 | - |
| YUV | 176.42 | 65.69 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 66 | 0.05 | 0 | 0.66 | 0.24 | 64.69 | 0.51 | 0.51 |
| Hex | B8 | C2 | 42 | 5 | 0 | 42 | 18 | 41 | 33 | 33 |
| Octal | 270 | 302 | 102 | 5 | 0 | 102 | 30 | 101 | 63 | 63 |
| Binary | 10111000 | 11000010 | 1000010 | 101 | 0 | 1000010 | 11000 | 1000001 | 110011 | 110011 |
Color Harmonies of #B8C242
Complementary color
Monochromatic Colors of #B8C242
Black with #B8C242
Text Example
Text Example
White with #B8C242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C242; }
p { color: rgb(184,194,66); }
H1.HeaderClassName
{
color: #B8C242;
}
.AnyTagClassName
{
color: #B8C242;
}
</style>
background-color css
<style>
a { background-color: #B8C242; }
a { background-color: rgb(184,194,66); }
div.DivClassName
{
background-color: #B8C242;
}
.BgClassName
{
background-color: #B8C242;
}
</style>
border-color css
<style>
span { border-color: #B8C242; }
span { border-color: rgb(184,194,66); }
td.TdClassName
{
border-color: #B8C242;
}
.TagClassName
{
border-color: #B8C242;
}
</style>