Shades of Celery #B5BD4A
Tints of Celery #B5BD4A
RGB
CMYK
RGB Variations
Color information
#B5BD4A (or 0xB5BD4A) is known color: Celery. HEX triplet: B5, BD and 4A. RGB value is (181,189,74). Sum of RGB (Red+Green+Blue) = 181+189+74=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BD4A is #4A42B5. Grayscale: #ADADAD. Windows color (decimal): -4866742 or 4898229. OLE color: 4898229.
HSL color Cylindrical-coordinate representation of color #B5BD4A: hue angle of 64.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5BD4A is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 74 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.26 |
| HSL | 64.17º | 0.47% | 0.52% | - |
| HSV(B) | 64.17º | 0.61% | 0.74% | - |
| XYZ | 38.49 | 46.71 | 13.47 | - |
| YUV | 173.5 | 71.85 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 74 | 0.04 | 0 | 0.61 | 0.26 | 64.17 | 0.47 | 0.52 |
| Hex | B5 | BD | 4A | 4 | 0 | 3D | 1A | 40 | 2F | 34 |
| Octal | 265 | 275 | 112 | 4 | 0 | 75 | 32 | 100 | 57 | 64 |
| Binary | 10110101 | 10111101 | 1001010 | 100 | 0 | 111101 | 11010 | 1000000 | 101111 | 110100 |
Color Harmonies of #B5BD4A
Complementary color
Monochromatic Colors of #B5BD4A
Black with #B5BD4A
Text Example
Text Example
White with #B5BD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD4A; }
p { color: rgb(181,189,74); }
H1.HeaderClassName
{
color: #B5BD4A;
}
.AnyTagClassName
{
color: #B5BD4A;
}
</style>
background-color css
<style>
a { background-color: #B5BD4A; }
a { background-color: rgb(181,189,74); }
div.DivClassName
{
background-color: #B5BD4A;
}
.BgClassName
{
background-color: #B5BD4A;
}
</style>
border-color css
<style>
span { border-color: #B5BD4A; }
span { border-color: rgb(181,189,74); }
td.TdClassName
{
border-color: #B5BD4A;
}
.TagClassName
{
border-color: #B5BD4A;
}
</style>