Shades of Celery #B6BD40
Tints of Celery #B6BD40
RGB
CMYK
RGB Variations
Color information
#B6BD40 (or 0xB6BD40) is known color: Celery. HEX triplet: B6, BD and 40. RGB value is (182,189,64). Sum of RGB (Red+Green+Blue) = 182+189+64=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BD40 is #4942BF. Grayscale: #ADADAD. Windows color (decimal): -4801216 or 4242870. OLE color: 4242870.
HSL color Cylindrical-coordinate representation of color #B6BD40: hue angle of 63.36º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6BD40 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 189 | 64 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.26 |
| HSL | 63.36º | 0.49% | 0.5% | - |
| HSV(B) | 63.36º | 0.66% | 0.74% | - |
| XYZ | 38.41 | 46.71 | 11.84 | - |
| YUV | 172.66 | 66.68 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 189 | 64 | 0.04 | 0 | 0.66 | 0.26 | 63.36 | 0.49 | 0.5 |
| Hex | B6 | BD | 40 | 4 | 0 | 42 | 1A | 3F | 31 | 32 |
| Octal | 266 | 275 | 100 | 4 | 0 | 102 | 32 | 77 | 61 | 62 |
| Binary | 10110110 | 10111101 | 1000000 | 100 | 0 | 1000010 | 11010 | 111111 | 110001 | 110010 |
Color Harmonies of #B6BD40
Complementary color
Monochromatic Colors of #B6BD40
Black with #B6BD40
Text Example
Text Example
White with #B6BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BD40; }
p { color: rgb(182,189,64); }
H1.HeaderClassName
{
color: #B6BD40;
}
.AnyTagClassName
{
color: #B6BD40;
}
</style>
background-color css
<style>
a { background-color: #B6BD40; }
a { background-color: rgb(182,189,64); }
div.DivClassName
{
background-color: #B6BD40;
}
.BgClassName
{
background-color: #B6BD40;
}
</style>
border-color css
<style>
span { border-color: #B6BD40; }
span { border-color: rgb(182,189,64); }
td.TdClassName
{
border-color: #B6BD40;
}
.TagClassName
{
border-color: #B6BD40;
}
</style>