Shades of Celery #B8CA40
Tints of Celery #B8CA40
RGB
CMYK
RGB Variations
Color information
#B8CA40 (or 0xB8CA40) is known color: Celery. HEX triplet: B8, CA and 40. RGB value is (184,202,64). Sum of RGB (Red+Green+Blue) = 184+202+64=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CA40 is #4735BF. Grayscale: #B5B5B5. Windows color (decimal): -4666816 or 4246200. OLE color: 4246200.
HSL color Cylindrical-coordinate representation of color #B8CA40: hue angle of 67.83º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8CA40 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 64 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.21 |
| HSL | 67.83º | 0.57% | 0.52% | - |
| HSV(B) | 67.83º | 0.68% | 0.79% | - |
| XYZ | 41.81 | 52.8 | 12.84 | - |
| YUV | 180.89 | 62.04 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 64 | 0.09 | 0 | 0.68 | 0.21 | 67.83 | 0.57 | 0.52 |
| Hex | B8 | CA | 40 | 9 | 0 | 44 | 15 | 44 | 39 | 34 |
| Octal | 270 | 312 | 100 | 11 | 0 | 104 | 25 | 104 | 71 | 64 |
| Binary | 10111000 | 11001010 | 1000000 | 1001 | 0 | 1000100 | 10101 | 1000100 | 111001 | 110100 |
Color Harmonies of #B8CA40
Complementary color
Monochromatic Colors of #B8CA40
Black with #B8CA40
Text Example
Text Example
White with #B8CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CA40; }
p { color: rgb(184,202,64); }
H1.HeaderClassName
{
color: #B8CA40;
}
.AnyTagClassName
{
color: #B8CA40;
}
</style>
background-color css
<style>
a { background-color: #B8CA40; }
a { background-color: rgb(184,202,64); }
div.DivClassName
{
background-color: #B8CA40;
}
.BgClassName
{
background-color: #B8CA40;
}
</style>
border-color css
<style>
span { border-color: #B8CA40; }
span { border-color: rgb(184,202,64); }
td.TdClassName
{
border-color: #B8CA40;
}
.TagClassName
{
border-color: #B8CA40;
}
</style>