Shades of Celery #B9C44A
Tints of Celery #B9C44A
RGB
CMYK
RGB Variations
Color information
#B9C44A (or 0xB9C44A) is known color: Celery. HEX triplet: B9, C4 and 4A. RGB value is (185,196,74). Sum of RGB (Red+Green+Blue) = 185+196+74=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C44A is #463BB5. Grayscale: #B3B3B3. Windows color (decimal): -4602806 or 4900025. OLE color: 4900025.
HSL color Cylindrical-coordinate representation of color #B9C44A: hue angle of 65.41º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9C44A is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 196 | 74 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.23 |
| HSL | 65.41º | 0.51% | 0.53% | - |
| HSV(B) | 65.41º | 0.62% | 0.77% | - |
| XYZ | 40.98 | 50.29 | 14.03 | - |
| YUV | 178.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 196 | 74 | 0.06 | 0 | 0.62 | 0.23 | 65.41 | 0.51 | 0.53 |
| Hex | B9 | C4 | 4A | 6 | 0 | 3E | 17 | 41 | 33 | 35 |
| Octal | 271 | 304 | 112 | 6 | 0 | 76 | 27 | 101 | 63 | 65 |
| Binary | 10111001 | 11000100 | 1001010 | 110 | 0 | 111110 | 10111 | 1000001 | 110011 | 110101 |
Color Harmonies of #B9C44A
Complementary color
Monochromatic Colors of #B9C44A
Black with #B9C44A
Text Example
Text Example
White with #B9C44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C44A; }
p { color: rgb(185,196,74); }
H1.HeaderClassName
{
color: #B9C44A;
}
.AnyTagClassName
{
color: #B9C44A;
}
</style>
background-color css
<style>
a { background-color: #B9C44A; }
a { background-color: rgb(185,196,74); }
div.DivClassName
{
background-color: #B9C44A;
}
.BgClassName
{
background-color: #B9C44A;
}
</style>
border-color css
<style>
span { border-color: #B9C44A; }
span { border-color: rgb(185,196,74); }
td.TdClassName
{
border-color: #B9C44A;
}
.TagClassName
{
border-color: #B9C44A;
}
</style>