Shades of Celery #B5BD3F
Tints of Celery #B5BD3F
RGB
CMYK
RGB Variations
Color information
#B5BD3F (or 0xB5BD3F) is known color: Celery. HEX triplet: B5, BD and 3F. RGB value is (181,189,63). Sum of RGB (Red+Green+Blue) = 181+189+63=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BD3F is #4A42C0. Grayscale: #ACACAC. Windows color (decimal): -4866753 or 4177333. OLE color: 4177333.
HSL color Cylindrical-coordinate representation of color #B5BD3F: hue angle of 63.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5BD3F is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 63 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.26 |
| HSL | 63.81º | 0.5% | 0.49% | - |
| HSV(B) | 63.81º | 0.67% | 0.74% | - |
| XYZ | 38.15 | 46.58 | 11.68 | - |
| YUV | 172.24 | 66.35 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 63 | 0.04 | 0 | 0.67 | 0.26 | 63.81 | 0.5 | 0.49 |
| Hex | B5 | BD | 3F | 4 | 0 | 43 | 1A | 40 | 32 | 31 |
| Octal | 265 | 275 | 77 | 4 | 0 | 103 | 32 | 100 | 62 | 61 |
| Binary | 10110101 | 10111101 | 111111 | 100 | 0 | 1000011 | 11010 | 1000000 | 110010 | 110001 |
Color Harmonies of #B5BD3F
Complementary color
Monochromatic Colors of #B5BD3F
Black with #B5BD3F
Text Example
Text Example
White with #B5BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD3F; }
p { color: rgb(181,189,63); }
H1.HeaderClassName
{
color: #B5BD3F;
}
.AnyTagClassName
{
color: #B5BD3F;
}
</style>
background-color css
<style>
a { background-color: #B5BD3F; }
a { background-color: rgb(181,189,63); }
div.DivClassName
{
background-color: #B5BD3F;
}
.BgClassName
{
background-color: #B5BD3F;
}
</style>
border-color css
<style>
span { border-color: #B5BD3F; }
span { border-color: rgb(181,189,63); }
td.TdClassName
{
border-color: #B5BD3F;
}
.TagClassName
{
border-color: #B5BD3F;
}
</style>