Shades of Celery #B7BD4A
Tints of Celery #B7BD4A
RGB
CMYK
RGB Variations
Color information
#B7BD4A (or 0xB7BD4A) is known color: Celery. HEX triplet: B7, BD and 4A. RGB value is (183,189,74). Sum of RGB (Red+Green+Blue) = 183+189+74=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BD4A is #4842B5. Grayscale: #AEAEAE. Windows color (decimal): -4735670 or 4898231. OLE color: 4898231.
HSL color Cylindrical-coordinate representation of color #B7BD4A: hue angle of 63.13º 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 #B7BD4A is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 74 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.26 |
| HSL | 63.13º | 0.47% | 0.52% | - |
| HSV(B) | 63.13º | 0.61% | 0.74% | - |
| XYZ | 38.96 | 46.96 | 13.49 | - |
| YUV | 174.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 74 | 0.03 | 0 | 0.61 | 0.26 | 63.13 | 0.47 | 0.52 |
| Hex | B7 | BD | 4A | 3 | 0 | 3D | 1A | 3F | 2F | 34 |
| Octal | 267 | 275 | 112 | 3 | 0 | 75 | 32 | 77 | 57 | 64 |
| Binary | 10110111 | 10111101 | 1001010 | 11 | 0 | 111101 | 11010 | 111111 | 101111 | 110100 |
Color Harmonies of #B7BD4A
Complementary color
Monochromatic Colors of #B7BD4A
Black with #B7BD4A
Text Example
Text Example
White with #B7BD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BD4A; }
p { color: rgb(183,189,74); }
H1.HeaderClassName
{
color: #B7BD4A;
}
.AnyTagClassName
{
color: #B7BD4A;
}
</style>
background-color css
<style>
a { background-color: #B7BD4A; }
a { background-color: rgb(183,189,74); }
div.DivClassName
{
background-color: #B7BD4A;
}
.BgClassName
{
background-color: #B7BD4A;
}
</style>
border-color css
<style>
span { border-color: #B7BD4A; }
span { border-color: rgb(183,189,74); }
td.TdClassName
{
border-color: #B7BD4A;
}
.TagClassName
{
border-color: #B7BD4A;
}
</style>