Shades of Celery #B8CA50
Tints of Celery #B8CA50
RGB
CMYK
RGB Variations
Color information
#B8CA50 (or 0xB8CA50) is known color: Celery. HEX triplet: B8, CA and 50. RGB value is (184,202,80). Sum of RGB (Red+Green+Blue) = 184+202+80=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CA50 is #4735AF. Grayscale: #B7B7B7. Windows color (decimal): -4666800 or 5294776. OLE color: 5294776.
HSL color Cylindrical-coordinate representation of color #B8CA50: hue angle of 68.85º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8CA50 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 80 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.21 |
| HSL | 68.85º | 0.54% | 0.55% | - |
| HSV(B) | 68.85º | 0.6% | 0.79% | - |
| XYZ | 42.34 | 53.01 | 15.59 | - |
| YUV | 182.71 | 70.04 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 80 | 0.09 | 0 | 0.60 | 0.21 | 68.85 | 0.54 | 0.55 |
| Hex | B8 | CA | 50 | 9 | 0 | 3C | 15 | 45 | 36 | 37 |
| Octal | 270 | 312 | 120 | 11 | 0 | 74 | 25 | 105 | 66 | 67 |
| Binary | 10111000 | 11001010 | 1010000 | 1001 | 0 | 111100 | 10101 | 1000101 | 110110 | 110111 |
Color Harmonies of #B8CA50
Complementary color
Monochromatic Colors of #B8CA50
Black with #B8CA50
Text Example
Text Example
White with #B8CA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CA50; }
p { color: rgb(184,202,80); }
H1.HeaderClassName
{
color: #B8CA50;
}
.AnyTagClassName
{
color: #B8CA50;
}
</style>
background-color css
<style>
a { background-color: #B8CA50; }
a { background-color: rgb(184,202,80); }
div.DivClassName
{
background-color: #B8CA50;
}
.BgClassName
{
background-color: #B8CA50;
}
</style>
border-color css
<style>
span { border-color: #B8CA50; }
span { border-color: rgb(184,202,80); }
td.TdClassName
{
border-color: #B8CA50;
}
.TagClassName
{
border-color: #B8CA50;
}
</style>