Shades of Celery #B5BD44
Tints of Celery #B5BD44
RGB
CMYK
RGB Variations
Color information
#B5BD44 (or 0xB5BD44) is known color: Celery. HEX triplet: B5, BD and 44. RGB value is (181,189,68). Sum of RGB (Red+Green+Blue) = 181+189+68=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BD44 is #4A42BB. Grayscale: #ADADAD. Windows color (decimal): -4866748 or 4505013. OLE color: 4505013.
HSL color Cylindrical-coordinate representation of color #B5BD44: hue angle of 63.97º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5BD44 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 68 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.26 |
| HSL | 63.97º | 0.48% | 0.5% | - |
| HSV(B) | 63.97º | 0.64% | 0.74% | - |
| XYZ | 38.3 | 46.64 | 12.45 | - |
| YUV | 172.81 | 68.85 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 68 | 0.04 | 0 | 0.64 | 0.26 | 63.97 | 0.48 | 0.5 |
| Hex | B5 | BD | 44 | 4 | 0 | 40 | 1A | 40 | 30 | 32 |
| Octal | 265 | 275 | 104 | 4 | 0 | 100 | 32 | 100 | 60 | 62 |
| Binary | 10110101 | 10111101 | 1000100 | 100 | 0 | 1000000 | 11010 | 1000000 | 110000 | 110010 |
Color Harmonies of #B5BD44
Complementary color
Monochromatic Colors of #B5BD44
Black with #B5BD44
Text Example
Text Example
White with #B5BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD44; }
p { color: rgb(181,189,68); }
H1.HeaderClassName
{
color: #B5BD44;
}
.AnyTagClassName
{
color: #B5BD44;
}
</style>
background-color css
<style>
a { background-color: #B5BD44; }
a { background-color: rgb(181,189,68); }
div.DivClassName
{
background-color: #B5BD44;
}
.BgClassName
{
background-color: #B5BD44;
}
</style>
border-color css
<style>
span { border-color: #B5BD44; }
span { border-color: rgb(181,189,68); }
td.TdClassName
{
border-color: #B5BD44;
}
.TagClassName
{
border-color: #B5BD44;
}
</style>