Shades of Celery #B8CD49
Tints of Celery #B8CD49
RGB
CMYK
RGB Variations
Color information
#B8CD49 (or 0xB8CD49) is known color: Celery. HEX triplet: B8, CD and 49. RGB value is (184,205,73). Sum of RGB (Red+Green+Blue) = 184+205+73=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CD49 is #4732B6. Grayscale: #B8B8B8. Windows color (decimal): -4666039 or 4836792. OLE color: 4836792.
HSL color Cylindrical-coordinate representation of color #B8CD49: hue angle of 69.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8CD49 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 73 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.20 |
| HSL | 69.55º | 0.57% | 0.55% | - |
| HSV(B) | 69.55º | 0.64% | 0.8% | - |
| XYZ | 42.8 | 54.33 | 14.53 | - |
| YUV | 183.67 | 65.54 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 73 | 0.10 | 0 | 0.64 | 0.20 | 69.55 | 0.57 | 0.55 |
| Hex | B8 | CD | 49 | A | 0 | 40 | 14 | 46 | 39 | 37 |
| Octal | 270 | 315 | 111 | 12 | 0 | 100 | 24 | 106 | 71 | 67 |
| Binary | 10111000 | 11001101 | 1001001 | 1010 | 0 | 1000000 | 10100 | 1000110 | 111001 | 110111 |
Color Harmonies of #B8CD49
Complementary color
Monochromatic Colors of #B8CD49
Black with #B8CD49
Text Example
Text Example
White with #B8CD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CD49; }
p { color: rgb(184,205,73); }
H1.HeaderClassName
{
color: #B8CD49;
}
.AnyTagClassName
{
color: #B8CD49;
}
</style>
background-color css
<style>
a { background-color: #B8CD49; }
a { background-color: rgb(184,205,73); }
div.DivClassName
{
background-color: #B8CD49;
}
.BgClassName
{
background-color: #B8CD49;
}
</style>
border-color css
<style>
span { border-color: #B8CD49; }
span { border-color: rgb(184,205,73); }
td.TdClassName
{
border-color: #B8CD49;
}
.TagClassName
{
border-color: #B8CD49;
}
</style>