Shades of Celery #B9C64A
Tints of Celery #B9C64A
RGB
CMYK
RGB Variations
Color information
#B9C64A (or 0xB9C64A) is known color: Celery. HEX triplet: B9, C6 and 4A. RGB value is (185,198,74). Sum of RGB (Red+Green+Blue) = 185+198+74=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C64A is #4639B5. Grayscale: #B4B4B4. Windows color (decimal): -4602294 or 4900537. OLE color: 4900537.
HSL color Cylindrical-coordinate representation of color #B9C64A: hue angle of 66.29º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9C64A is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 198 | 74 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.22 |
| HSL | 66.29º | 0.52% | 0.53% | - |
| HSV(B) | 66.29º | 0.63% | 0.78% | - |
| XYZ | 41.44 | 51.2 | 14.18 | - |
| YUV | 179.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 74 | 0.07 | 0 | 0.63 | 0.22 | 66.29 | 0.52 | 0.53 |
| Hex | B9 | C6 | 4A | 7 | 0 | 3F | 16 | 42 | 34 | 35 |
| Octal | 271 | 306 | 112 | 7 | 0 | 77 | 26 | 102 | 64 | 65 |
| Binary | 10111001 | 11000110 | 1001010 | 111 | 0 | 111111 | 10110 | 1000010 | 110100 | 110101 |
Color Harmonies of #B9C64A
Complementary color
Monochromatic Colors of #B9C64A
Black with #B9C64A
Text Example
Text Example
White with #B9C64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C64A; }
p { color: rgb(185,198,74); }
H1.HeaderClassName
{
color: #B9C64A;
}
.AnyTagClassName
{
color: #B9C64A;
}
</style>
background-color css
<style>
a { background-color: #B9C64A; }
a { background-color: rgb(185,198,74); }
div.DivClassName
{
background-color: #B9C64A;
}
.BgClassName
{
background-color: #B9C64A;
}
</style>
border-color css
<style>
span { border-color: #B9C64A; }
span { border-color: rgb(185,198,74); }
td.TdClassName
{
border-color: #B9C64A;
}
.TagClassName
{
border-color: #B9C64A;
}
</style>