Shades of Celery #B6C440
Tints of Celery #B6C440
RGB
CMYK
RGB Variations
Color information
#B6C440 (or 0xB6C440) is known color: Celery. HEX triplet: B6, C4 and 40. RGB value is (182,196,64). Sum of RGB (Red+Green+Blue) = 182+196+64=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C440 is #493BBF. Grayscale: #B1B1B1. Windows color (decimal): -4799424 or 4244662. OLE color: 4244662.
HSL color Cylindrical-coordinate representation of color #B6C440: hue angle of 66.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6C440 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 196 | 64 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.23 |
| HSL | 66.36º | 0.53% | 0.51% | - |
| HSV(B) | 66.36º | 0.67% | 0.77% | - |
| XYZ | 39.96 | 49.8 | 12.36 | - |
| YUV | 176.77 | 64.36 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 196 | 64 | 0.07 | 0 | 0.67 | 0.23 | 66.36 | 0.53 | 0.51 |
| Hex | B6 | C4 | 40 | 7 | 0 | 43 | 17 | 42 | 35 | 33 |
| Octal | 266 | 304 | 100 | 7 | 0 | 103 | 27 | 102 | 65 | 63 |
| Binary | 10110110 | 11000100 | 1000000 | 111 | 0 | 1000011 | 10111 | 1000010 | 110101 | 110011 |
Color Harmonies of #B6C440
Complementary color
Monochromatic Colors of #B6C440
Black with #B6C440
Text Example
Text Example
White with #B6C440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C440; }
p { color: rgb(182,196,64); }
H1.HeaderClassName
{
color: #B6C440;
}
.AnyTagClassName
{
color: #B6C440;
}
</style>
background-color css
<style>
a { background-color: #B6C440; }
a { background-color: rgb(182,196,64); }
div.DivClassName
{
background-color: #B6C440;
}
.BgClassName
{
background-color: #B6C440;
}
</style>
border-color css
<style>
span { border-color: #B6C440; }
span { border-color: rgb(182,196,64); }
td.TdClassName
{
border-color: #B6C440;
}
.TagClassName
{
border-color: #B6C440;
}
</style>