Shades of Celery #B6BD4E
Tints of Celery #B6BD4E
RGB
CMYK
RGB Variations
Color information
#B6BD4E (or 0xB6BD4E) is known color: Celery. HEX triplet: B6, BD and 4E. RGB value is (182,189,78). Sum of RGB (Red+Green+Blue) = 182+189+78=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BD4E is #4942B1. Grayscale: #AEAEAE. Windows color (decimal): -4801202 or 5160374. OLE color: 5160374.
HSL color Cylindrical-coordinate representation of color #B6BD4E: hue angle of 63.78º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6BD4E is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 189 | 78 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.26 |
| HSL | 63.78º | 0.46% | 0.52% | - |
| HSV(B) | 63.78º | 0.59% | 0.74% | - |
| XYZ | 38.86 | 46.89 | 14.21 | - |
| YUV | 174.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 189 | 78 | 0.04 | 0 | 0.59 | 0.26 | 63.78 | 0.46 | 0.52 |
| Hex | B6 | BD | 4E | 4 | 0 | 3B | 1A | 40 | 2E | 34 |
| Octal | 266 | 275 | 116 | 4 | 0 | 73 | 32 | 100 | 56 | 64 |
| Binary | 10110110 | 10111101 | 1001110 | 100 | 0 | 111011 | 11010 | 1000000 | 101110 | 110100 |
Color Harmonies of #B6BD4E
Complementary color
Monochromatic Colors of #B6BD4E
Black with #B6BD4E
Text Example
Text Example
White with #B6BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BD4E; }
p { color: rgb(182,189,78); }
H1.HeaderClassName
{
color: #B6BD4E;
}
.AnyTagClassName
{
color: #B6BD4E;
}
</style>
background-color css
<style>
a { background-color: #B6BD4E; }
a { background-color: rgb(182,189,78); }
div.DivClassName
{
background-color: #B6BD4E;
}
.BgClassName
{
background-color: #B6BD4E;
}
</style>
border-color css
<style>
span { border-color: #B6BD4E; }
span { border-color: rgb(182,189,78); }
td.TdClassName
{
border-color: #B6BD4E;
}
.TagClassName
{
border-color: #B6BD4E;
}
</style>