Shades of Celery #B4BA41
Tints of Celery #B4BA41
RGB
CMYK
RGB Variations
Color information
#B4BA41 (or 0xB4BA41) is known color: Celery. HEX triplet: B4, BA and 41. RGB value is (180,186,65). Sum of RGB (Red+Green+Blue) = 180+186+65=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA41 is #4B45BE. Grayscale: #AAAAAA. Windows color (decimal): -4933055 or 4307636. OLE color: 4307636.
HSL color Cylindrical-coordinate representation of color #B4BA41: hue angle of 62.98º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4BA41 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 65 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.27 |
| HSL | 62.98º | 0.48% | 0.49% | - |
| HSV(B) | 62.98º | 0.65% | 0.73% | - |
| XYZ | 37.34 | 45.2 | 11.76 | - |
| YUV | 170.41 | 68.51 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 65 | 0.03 | 0 | 0.65 | 0.27 | 62.98 | 0.48 | 0.49 |
| Hex | B4 | BA | 41 | 3 | 0 | 41 | 1B | 3F | 30 | 31 |
| Octal | 264 | 272 | 101 | 3 | 0 | 101 | 33 | 77 | 60 | 61 |
| Binary | 10110100 | 10111010 | 1000001 | 11 | 0 | 1000001 | 11011 | 111111 | 110000 | 110001 |
Color Harmonies of #B4BA41
Complementary color
Monochromatic Colors of #B4BA41
Black with #B4BA41
Text Example
Text Example
White with #B4BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA41; }
p { color: rgb(180,186,65); }
H1.HeaderClassName
{
color: #B4BA41;
}
.AnyTagClassName
{
color: #B4BA41;
}
</style>
background-color css
<style>
a { background-color: #B4BA41; }
a { background-color: rgb(180,186,65); }
div.DivClassName
{
background-color: #B4BA41;
}
.BgClassName
{
background-color: #B4BA41;
}
</style>
border-color css
<style>
span { border-color: #B4BA41; }
span { border-color: rgb(180,186,65); }
td.TdClassName
{
border-color: #B4BA41;
}
.TagClassName
{
border-color: #B4BA41;
}
</style>