Shades of Celery #B9C73A
Tints of Celery #B9C73A
RGB
CMYK
RGB Variations
Color information
#B9C73A (or 0xB9C73A) is known color: Celery. HEX triplet: B9, C7 and 3A. RGB value is (185,199,58). Sum of RGB (Red+Green+Blue) = 185+199+58=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C73A is #4638C5. Grayscale: #B3B3B3. Windows color (decimal): -4602054 or 3852217. OLE color: 3852217.
HSL color Cylindrical-coordinate representation of color #B9C73A: hue angle of 65.96º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9C73A is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 199 | 58 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.22 |
| HSL | 65.96º | 0.56% | 0.5% | - |
| HSV(B) | 65.96º | 0.71% | 0.78% | - |
| XYZ | 41.19 | 51.47 | 11.77 | - |
| YUV | 178.74 | 59.86 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 199 | 58 | 0.07 | 0 | 0.71 | 0.22 | 65.96 | 0.56 | 0.5 |
| Hex | B9 | C7 | 3A | 7 | 0 | 47 | 16 | 42 | 38 | 32 |
| Octal | 271 | 307 | 72 | 7 | 0 | 107 | 26 | 102 | 70 | 62 |
| Binary | 10111001 | 11000111 | 111010 | 111 | 0 | 1000111 | 10110 | 1000010 | 111000 | 110010 |
Color Harmonies of #B9C73A
Complementary color
Monochromatic Colors of #B9C73A
Black with #B9C73A
Text Example
Text Example
White with #B9C73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C73A; }
p { color: rgb(185,199,58); }
H1.HeaderClassName
{
color: #B9C73A;
}
.AnyTagClassName
{
color: #B9C73A;
}
</style>
background-color css
<style>
a { background-color: #B9C73A; }
a { background-color: rgb(185,199,58); }
div.DivClassName
{
background-color: #B9C73A;
}
.BgClassName
{
background-color: #B9C73A;
}
</style>
border-color css
<style>
span { border-color: #B9C73A; }
span { border-color: rgb(185,199,58); }
td.TdClassName
{
border-color: #B9C73A;
}
.TagClassName
{
border-color: #B9C73A;
}
</style>