Shades of Celery #B6BA42
Tints of Celery #B6BA42
RGB
CMYK
RGB Variations
Color information
#B6BA42 (or 0xB6BA42) is known color: Celery. HEX triplet: B6, BA and 42. RGB value is (182,186,66). Sum of RGB (Red+Green+Blue) = 182+186+66=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BA42 is #4945BD. Grayscale: #ABABAB. Windows color (decimal): -4801982 or 4373174. OLE color: 4373174.
HSL color Cylindrical-coordinate representation of color #B6BA42: hue angle of 62º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6BA42 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 186 | 66 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.27 |
| HSL | 62º | 0.48% | 0.49% | - |
| HSV(B) | 62º | 0.65% | 0.73% | - |
| XYZ | 37.83 | 45.46 | 11.93 | - |
| YUV | 171.12 | 68.67 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 186 | 66 | 0.02 | 0 | 0.65 | 0.27 | 62 | 0.48 | 0.49 |
| Hex | B6 | BA | 42 | 2 | 0 | 41 | 1B | 3E | 30 | 31 |
| Octal | 266 | 272 | 102 | 2 | 0 | 101 | 33 | 76 | 60 | 61 |
| Binary | 10110110 | 10111010 | 1000010 | 10 | 0 | 1000001 | 11011 | 111110 | 110000 | 110001 |
Color Harmonies of #B6BA42
Complementary color
Monochromatic Colors of #B6BA42
Black with #B6BA42
Text Example
Text Example
White with #B6BA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BA42; }
p { color: rgb(182,186,66); }
H1.HeaderClassName
{
color: #B6BA42;
}
.AnyTagClassName
{
color: #B6BA42;
}
</style>
background-color css
<style>
a { background-color: #B6BA42; }
a { background-color: rgb(182,186,66); }
div.DivClassName
{
background-color: #B6BA42;
}
.BgClassName
{
background-color: #B6BA42;
}
</style>
border-color css
<style>
span { border-color: #B6BA42; }
span { border-color: rgb(182,186,66); }
td.TdClassName
{
border-color: #B6BA42;
}
.TagClassName
{
border-color: #B6BA42;
}
</style>