Shades of Celery #B9C74A
Tints of Celery #B9C74A
RGB
CMYK
RGB Variations
Color information
#B9C74A (or 0xB9C74A) is known color: Celery. HEX triplet: B9, C7 and 4A. RGB value is (185,199,74). Sum of RGB (Red+Green+Blue) = 185+199+74=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C74A is #4638B5. Grayscale: #B5B5B5. Windows color (decimal): -4602038 or 4900793. OLE color: 4900793.
HSL color Cylindrical-coordinate representation of color #B9C74A: hue angle of 66.72º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9C74A is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 199 | 74 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.22 |
| HSL | 66.72º | 0.53% | 0.54% | - |
| HSV(B) | 66.72º | 0.63% | 0.78% | - |
| XYZ | 41.67 | 51.66 | 14.25 | - |
| YUV | 180.56 | 67.86 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 199 | 74 | 0.07 | 0 | 0.63 | 0.22 | 66.72 | 0.53 | 0.54 |
| Hex | B9 | C7 | 4A | 7 | 0 | 3F | 16 | 43 | 35 | 36 |
| Octal | 271 | 307 | 112 | 7 | 0 | 77 | 26 | 103 | 65 | 66 |
| Binary | 10111001 | 11000111 | 1001010 | 111 | 0 | 111111 | 10110 | 1000011 | 110101 | 110110 |
Color Harmonies of #B9C74A
Complementary color
Monochromatic Colors of #B9C74A
Black with #B9C74A
Text Example
Text Example
White with #B9C74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C74A; }
p { color: rgb(185,199,74); }
H1.HeaderClassName
{
color: #B9C74A;
}
.AnyTagClassName
{
color: #B9C74A;
}
</style>
background-color css
<style>
a { background-color: #B9C74A; }
a { background-color: rgb(185,199,74); }
div.DivClassName
{
background-color: #B9C74A;
}
.BgClassName
{
background-color: #B9C74A;
}
</style>
border-color css
<style>
span { border-color: #B9C74A; }
span { border-color: rgb(185,199,74); }
td.TdClassName
{
border-color: #B9C74A;
}
.TagClassName
{
border-color: #B9C74A;
}
</style>