Shades of Celery #B5CF49
Tints of Celery #B5CF49
RGB
CMYK
RGB Variations
Color information
#B5CF49 (or 0xB5CF49) is known color: Celery. HEX triplet: B5, CF and 49. RGB value is (181,207,73). Sum of RGB (Red+Green+Blue) = 181+207+73=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CF49 is #4A30B6. Grayscale: #B8B8B8. Windows color (decimal): -4862135 or 4837301. OLE color: 4837301.
HSL color Cylindrical-coordinate representation of color #B5CF49: hue angle of 71.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5CF49 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 73 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.19 |
| HSL | 71.64º | 0.58% | 0.55% | - |
| HSV(B) | 71.64º | 0.65% | 0.81% | - |
| XYZ | 42.57 | 54.93 | 14.66 | - |
| YUV | 183.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 73 | 0.13 | 0 | 0.65 | 0.19 | 71.64 | 0.58 | 0.55 |
| Hex | B5 | CF | 49 | D | 0 | 41 | 13 | 48 | 3A | 37 |
| Octal | 265 | 317 | 111 | 15 | 0 | 101 | 23 | 110 | 72 | 67 |
| Binary | 10110101 | 11001111 | 1001001 | 1101 | 0 | 1000001 | 10011 | 1001000 | 111010 | 110111 |
Color Harmonies of #B5CF49
Complementary color
Monochromatic Colors of #B5CF49
Black with #B5CF49
Text Example
Text Example
White with #B5CF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CF49; }
p { color: rgb(181,207,73); }
H1.HeaderClassName
{
color: #B5CF49;
}
.AnyTagClassName
{
color: #B5CF49;
}
</style>
background-color css
<style>
a { background-color: #B5CF49; }
a { background-color: rgb(181,207,73); }
div.DivClassName
{
background-color: #B5CF49;
}
.BgClassName
{
background-color: #B5CF49;
}
</style>
border-color css
<style>
span { border-color: #B5CF49; }
span { border-color: rgb(181,207,73); }
td.TdClassName
{
border-color: #B5CF49;
}
.TagClassName
{
border-color: #B5CF49;
}
</style>