Shades of Celery #B4BA3C
Tints of Celery #B4BA3C
RGB
CMYK
RGB Variations
Color information
#B4BA3C (or 0xB4BA3C) is known color: Celery. HEX triplet: B4, BA and 3C. RGB value is (180,186,60). Sum of RGB (Red+Green+Blue) = 180+186+60=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA3C is #4B45C3. Grayscale: #AAAAAA. Windows color (decimal): -4933060 or 3979956. OLE color: 3979956.
HSL color Cylindrical-coordinate representation of color #B4BA3C: hue angle of 62.86º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4BA3C is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 60 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.27 |
| HSL | 62.86º | 0.51% | 0.48% | - |
| HSV(B) | 62.86º | 0.68% | 0.73% | - |
| XYZ | 37.2 | 45.15 | 11.03 | - |
| YUV | 169.84 | 66.01 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 60 | 0.03 | 0 | 0.68 | 0.27 | 62.86 | 0.51 | 0.48 |
| Hex | B4 | BA | 3C | 3 | 0 | 44 | 1B | 3F | 33 | 30 |
| Octal | 264 | 272 | 74 | 3 | 0 | 104 | 33 | 77 | 63 | 60 |
| Binary | 10110100 | 10111010 | 111100 | 11 | 0 | 1000100 | 11011 | 111111 | 110011 | 110000 |
Color Harmonies of #B4BA3C
Complementary color
Monochromatic Colors of #B4BA3C
Black with #B4BA3C
Text Example
Text Example
White with #B4BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA3C; }
p { color: rgb(180,186,60); }
H1.HeaderClassName
{
color: #B4BA3C;
}
.AnyTagClassName
{
color: #B4BA3C;
}
</style>
background-color css
<style>
a { background-color: #B4BA3C; }
a { background-color: rgb(180,186,60); }
div.DivClassName
{
background-color: #B4BA3C;
}
.BgClassName
{
background-color: #B4BA3C;
}
</style>
border-color css
<style>
span { border-color: #B4BA3C; }
span { border-color: rgb(180,186,60); }
td.TdClassName
{
border-color: #B4BA3C;
}
.TagClassName
{
border-color: #B4BA3C;
}
</style>