Shades of Celery #B4C73A
Tints of Celery #B4C73A
RGB
CMYK
RGB Variations
Color information
#B4C73A (or 0xB4C73A) is known color: Celery. HEX triplet: B4, C7 and 3A. RGB value is (180,199,58). Sum of RGB (Red+Green+Blue) = 180+199+58=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C73A is #4B38C5. Grayscale: #B1B1B1. Windows color (decimal): -4929734 or 3852212. OLE color: 3852212.
HSL color Cylindrical-coordinate representation of color #B4C73A: hue angle of 68.09º 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 #B4C73A is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 199 | 58 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.22 |
| HSL | 68.09º | 0.56% | 0.5% | - |
| HSV(B) | 68.09º | 0.71% | 0.78% | - |
| XYZ | 40.01 | 50.86 | 11.71 | - |
| YUV | 177.25 | 60.71 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 199 | 58 | 0.10 | 0 | 0.71 | 0.22 | 68.09 | 0.56 | 0.5 |
| Hex | B4 | C7 | 3A | A | 0 | 47 | 16 | 44 | 38 | 32 |
| Octal | 264 | 307 | 72 | 12 | 0 | 107 | 26 | 104 | 70 | 62 |
| Binary | 10110100 | 11000111 | 111010 | 1010 | 0 | 1000111 | 10110 | 1000100 | 111000 | 110010 |
Color Harmonies of #B4C73A
Complementary color
Monochromatic Colors of #B4C73A
Black with #B4C73A
Text Example
Text Example
White with #B4C73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C73A; }
p { color: rgb(180,199,58); }
H1.HeaderClassName
{
color: #B4C73A;
}
.AnyTagClassName
{
color: #B4C73A;
}
</style>
background-color css
<style>
a { background-color: #B4C73A; }
a { background-color: rgb(180,199,58); }
div.DivClassName
{
background-color: #B4C73A;
}
.BgClassName
{
background-color: #B4C73A;
}
</style>
border-color css
<style>
span { border-color: #B4C73A; }
span { border-color: rgb(180,199,58); }
td.TdClassName
{
border-color: #B4C73A;
}
.TagClassName
{
border-color: #B4C73A;
}
</style>