Shades of Celery #B9C24A
Tints of Celery #B9C24A
RGB
CMYK
RGB Variations
Color information
#B9C24A (or 0xB9C24A) is known color: Celery. HEX triplet: B9, C2 and 4A. RGB value is (185,194,74). Sum of RGB (Red+Green+Blue) = 185+194+74=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C24A is #463DB5. Grayscale: #B2B2B2. Windows color (decimal): -4603318 or 4899513. OLE color: 4899513.
HSL color Cylindrical-coordinate representation of color #B9C24A: hue angle of 64.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9C24A is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 194 | 74 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.24 |
| HSL | 64.5º | 0.5% | 0.53% | - |
| HSV(B) | 64.5º | 0.62% | 0.76% | - |
| XYZ | 40.54 | 49.39 | 13.88 | - |
| YUV | 177.63 | 69.52 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 194 | 74 | 0.05 | 0 | 0.62 | 0.24 | 64.5 | 0.5 | 0.53 |
| Hex | B9 | C2 | 4A | 5 | 0 | 3E | 18 | 40 | 32 | 35 |
| Octal | 271 | 302 | 112 | 5 | 0 | 76 | 30 | 100 | 62 | 65 |
| Binary | 10111001 | 11000010 | 1001010 | 101 | 0 | 111110 | 11000 | 1000000 | 110010 | 110101 |
Color Harmonies of #B9C24A
Complementary color
Monochromatic Colors of #B9C24A
Black with #B9C24A
Text Example
Text Example
White with #B9C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C24A; }
p { color: rgb(185,194,74); }
H1.HeaderClassName
{
color: #B9C24A;
}
.AnyTagClassName
{
color: #B9C24A;
}
</style>
background-color css
<style>
a { background-color: #B9C24A; }
a { background-color: rgb(185,194,74); }
div.DivClassName
{
background-color: #B9C24A;
}
.BgClassName
{
background-color: #B9C24A;
}
</style>
border-color css
<style>
span { border-color: #B9C24A; }
span { border-color: rgb(185,194,74); }
td.TdClassName
{
border-color: #B9C24A;
}
.TagClassName
{
border-color: #B9C24A;
}
</style>