Shades of Celery #B4BA3F
Tints of Celery #B4BA3F
RGB
CMYK
RGB Variations
Color information
#B4BA3F (or 0xB4BA3F) is known color: Celery. HEX triplet: B4, BA and 3F. RGB value is (180,186,63). Sum of RGB (Red+Green+Blue) = 180+186+63=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA3F is #4B45C0. Grayscale: #AAAAAA. Windows color (decimal): -4933057 or 4176564. OLE color: 4176564.
HSL color Cylindrical-coordinate representation of color #B4BA3F: hue angle of 62.93º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4BA3F is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 63 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.27 |
| HSL | 62.93º | 0.49% | 0.49% | - |
| HSV(B) | 62.93º | 0.66% | 0.73% | - |
| XYZ | 37.28 | 45.18 | 11.46 | - |
| YUV | 170.18 | 67.51 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 63 | 0.03 | 0 | 0.66 | 0.27 | 62.93 | 0.49 | 0.49 |
| Hex | B4 | BA | 3F | 3 | 0 | 42 | 1B | 3F | 31 | 31 |
| Octal | 264 | 272 | 77 | 3 | 0 | 102 | 33 | 77 | 61 | 61 |
| Binary | 10110100 | 10111010 | 111111 | 11 | 0 | 1000010 | 11011 | 111111 | 110001 | 110001 |
Color Harmonies of #B4BA3F
Complementary color
Monochromatic Colors of #B4BA3F
Black with #B4BA3F
Text Example
Text Example
White with #B4BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA3F; }
p { color: rgb(180,186,63); }
H1.HeaderClassName
{
color: #B4BA3F;
}
.AnyTagClassName
{
color: #B4BA3F;
}
</style>
background-color css
<style>
a { background-color: #B4BA3F; }
a { background-color: rgb(180,186,63); }
div.DivClassName
{
background-color: #B4BA3F;
}
.BgClassName
{
background-color: #B4BA3F;
}
</style>
border-color css
<style>
span { border-color: #B4BA3F; }
span { border-color: rgb(180,186,63); }
td.TdClassName
{
border-color: #B4BA3F;
}
.TagClassName
{
border-color: #B4BA3F;
}
</style>