Shades of Celery #B6BC4A
Tints of Celery #B6BC4A
RGB
CMYK
RGB Variations
Color information
#B6BC4A (or 0xB6BC4A) is known color: Celery. HEX triplet: B6, BC and 4A. RGB value is (182,188,74). Sum of RGB (Red+Green+Blue) = 182+188+74=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BC4A is #4943B5. Grayscale: #ADADAD. Windows color (decimal): -4801462 or 4897974. OLE color: 4897974.
HSL color Cylindrical-coordinate representation of color #B6BC4A: hue angle of 63.16º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B6BC4A is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 188 | 74 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.26 |
| HSL | 63.16º | 0.46% | 0.51% | - |
| HSV(B) | 63.16º | 0.61% | 0.74% | - |
| XYZ | 38.51 | 46.41 | 13.41 | - |
| YUV | 173.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 188 | 74 | 0.03 | 0 | 0.61 | 0.26 | 63.16 | 0.46 | 0.51 |
| Hex | B6 | BC | 4A | 3 | 0 | 3D | 1A | 3F | 2E | 33 |
| Octal | 266 | 274 | 112 | 3 | 0 | 75 | 32 | 77 | 56 | 63 |
| Binary | 10110110 | 10111100 | 1001010 | 11 | 0 | 111101 | 11010 | 111111 | 101110 | 110011 |
Color Harmonies of #B6BC4A
Complementary color
Monochromatic Colors of #B6BC4A
Black with #B6BC4A
Text Example
Text Example
White with #B6BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BC4A; }
p { color: rgb(182,188,74); }
H1.HeaderClassName
{
color: #B6BC4A;
}
.AnyTagClassName
{
color: #B6BC4A;
}
</style>
background-color css
<style>
a { background-color: #B6BC4A; }
a { background-color: rgb(182,188,74); }
div.DivClassName
{
background-color: #B6BC4A;
}
.BgClassName
{
background-color: #B6BC4A;
}
</style>
border-color css
<style>
span { border-color: #B6BC4A; }
span { border-color: rgb(182,188,74); }
td.TdClassName
{
border-color: #B6BC4A;
}
.TagClassName
{
border-color: #B6BC4A;
}
</style>