Shades of Celery #B6C14A
Tints of Celery #B6C14A
RGB
CMYK
RGB Variations
Color information
#B6C14A (or 0xB6C14A) is known color: Celery. HEX triplet: B6, C1 and 4A. RGB value is (182,193,74). Sum of RGB (Red+Green+Blue) = 182+193+74=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C14A is #493EB5. Grayscale: #B0B0B0. Windows color (decimal): -4800182 or 4899254. OLE color: 4899254.
HSL color Cylindrical-coordinate representation of color #B6C14A: hue angle of 65.55º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6C14A is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 193 | 74 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.24 |
| HSL | 65.55º | 0.49% | 0.52% | - |
| HSV(B) | 65.55º | 0.62% | 0.76% | - |
| XYZ | 39.6 | 48.58 | 13.77 | - |
| YUV | 176.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 193 | 74 | 0.06 | 0 | 0.62 | 0.24 | 65.55 | 0.49 | 0.52 |
| Hex | B6 | C1 | 4A | 6 | 0 | 3E | 18 | 42 | 31 | 34 |
| Octal | 266 | 301 | 112 | 6 | 0 | 76 | 30 | 102 | 61 | 64 |
| Binary | 10110110 | 11000001 | 1001010 | 110 | 0 | 111110 | 11000 | 1000010 | 110001 | 110100 |
Color Harmonies of #B6C14A
Complementary color
Monochromatic Colors of #B6C14A
Black with #B6C14A
Text Example
Text Example
White with #B6C14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C14A; }
p { color: rgb(182,193,74); }
H1.HeaderClassName
{
color: #B6C14A;
}
.AnyTagClassName
{
color: #B6C14A;
}
</style>
background-color css
<style>
a { background-color: #B6C14A; }
a { background-color: rgb(182,193,74); }
div.DivClassName
{
background-color: #B6C14A;
}
.BgClassName
{
background-color: #B6C14A;
}
</style>
border-color css
<style>
span { border-color: #B6C14A; }
span { border-color: rgb(182,193,74); }
td.TdClassName
{
border-color: #B6C14A;
}
.TagClassName
{
border-color: #B6C14A;
}
</style>