Shades of Celery #B6C94A
Tints of Celery #B6C94A
RGB
CMYK
RGB Variations
Color information
#B6C94A (or 0xB6C94A) is known color: Celery. HEX triplet: B6, C9 and 4A. RGB value is (182,201,74). Sum of RGB (Red+Green+Blue) = 182+201+74=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C94A is #4936B5. Grayscale: #B5B5B5. Windows color (decimal): -4798134 or 4901302. OLE color: 4901302.
HSL color Cylindrical-coordinate representation of color #B6C94A: hue angle of 68.98º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6C94A is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 201 | 74 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.21 |
| HSL | 68.98º | 0.54% | 0.54% | - |
| HSV(B) | 68.98º | 0.63% | 0.79% | - |
| XYZ | 41.41 | 52.21 | 14.37 | - |
| YUV | 180.84 | 67.71 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 74 | 0.09 | 0 | 0.63 | 0.21 | 68.98 | 0.54 | 0.54 |
| Hex | B6 | C9 | 4A | 9 | 0 | 3F | 15 | 45 | 36 | 36 |
| Octal | 266 | 311 | 112 | 11 | 0 | 77 | 25 | 105 | 66 | 66 |
| Binary | 10110110 | 11001001 | 1001010 | 1001 | 0 | 111111 | 10101 | 1000101 | 110110 | 110110 |
Color Harmonies of #B6C94A
Complementary color
Monochromatic Colors of #B6C94A
Black with #B6C94A
Text Example
Text Example
White with #B6C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C94A; }
p { color: rgb(182,201,74); }
H1.HeaderClassName
{
color: #B6C94A;
}
.AnyTagClassName
{
color: #B6C94A;
}
</style>
background-color css
<style>
a { background-color: #B6C94A; }
a { background-color: rgb(182,201,74); }
div.DivClassName
{
background-color: #B6C94A;
}
.BgClassName
{
background-color: #B6C94A;
}
</style>
border-color css
<style>
span { border-color: #B6C94A; }
span { border-color: rgb(182,201,74); }
td.TdClassName
{
border-color: #B6C94A;
}
.TagClassName
{
border-color: #B6C94A;
}
</style>