Shades of Celery #B5BD52
Tints of Celery #B5BD52
RGB
CMYK
RGB Variations
Color information
#B5BD52 (or 0xB5BD52) is known color: Celery. HEX triplet: B5, BD and 52. RGB value is (181,189,82). Sum of RGB (Red+Green+Blue) = 181+189+82=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD52 is #4A42AD. Grayscale: #AEAEAE. Windows color (decimal): -4866734 or 5422517. OLE color: 5422517.
HSL color Cylindrical-coordinate representation of color #B5BD52: hue angle of 64.49º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5BD52 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 82 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.26 |
| HSL | 64.49º | 0.45% | 0.53% | - |
| HSV(B) | 64.49º | 0.57% | 0.74% | - |
| XYZ | 38.78 | 46.83 | 14.98 | - |
| YUV | 174.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 82 | 0.04 | 0 | 0.57 | 0.26 | 64.49 | 0.45 | 0.53 |
| Hex | B5 | BD | 52 | 4 | 0 | 39 | 1A | 40 | 2D | 35 |
| Octal | 265 | 275 | 122 | 4 | 0 | 71 | 32 | 100 | 55 | 65 |
| Binary | 10110101 | 10111101 | 1010010 | 100 | 0 | 111001 | 11010 | 1000000 | 101101 | 110101 |
Color Harmonies of #B5BD52
Complementary color
Monochromatic Colors of #B5BD52
Black with #B5BD52
Text Example
Text Example
White with #B5BD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD52; }
p { color: rgb(181,189,82); }
H1.HeaderClassName
{
color: #B5BD52;
}
.AnyTagClassName
{
color: #B5BD52;
}
</style>
background-color css
<style>
a { background-color: #B5BD52; }
a { background-color: rgb(181,189,82); }
div.DivClassName
{
background-color: #B5BD52;
}
.BgClassName
{
background-color: #B5BD52;
}
</style>
border-color css
<style>
span { border-color: #B5BD52; }
span { border-color: rgb(181,189,82); }
td.TdClassName
{
border-color: #B5BD52;
}
.TagClassName
{
border-color: #B5BD52;
}
</style>