Shades of Celery #B4BA4B
Tints of Celery #B4BA4B
RGB
CMYK
RGB Variations
Color information
#B4BA4B (or 0xB4BA4B) is known color: Celery. HEX triplet: B4, BA and 4B. RGB value is (180,186,75). Sum of RGB (Red+Green+Blue) = 180+186+75=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA4B is #4B45B4. Grayscale: #ABABAB. Windows color (decimal): -4933045 or 4962996. OLE color: 4962996.
HSL color Cylindrical-coordinate representation of color #B4BA4B: hue angle of 63.24º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4BA4B is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 75 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.27 |
| HSL | 63.24º | 0.45% | 0.51% | - |
| HSV(B) | 63.24º | 0.6% | 0.73% | - |
| XYZ | 37.65 | 45.33 | 13.42 | - |
| YUV | 171.55 | 73.51 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 75 | 0.03 | 0 | 0.60 | 0.27 | 63.24 | 0.45 | 0.51 |
| Hex | B4 | BA | 4B | 3 | 0 | 3C | 1B | 3F | 2D | 33 |
| Octal | 264 | 272 | 113 | 3 | 0 | 74 | 33 | 77 | 55 | 63 |
| Binary | 10110100 | 10111010 | 1001011 | 11 | 0 | 111100 | 11011 | 111111 | 101101 | 110011 |
Color Harmonies of #B4BA4B
Complementary color
Monochromatic Colors of #B4BA4B
Black with #B4BA4B
Text Example
Text Example
White with #B4BA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA4B; }
p { color: rgb(180,186,75); }
H1.HeaderClassName
{
color: #B4BA4B;
}
.AnyTagClassName
{
color: #B4BA4B;
}
</style>
background-color css
<style>
a { background-color: #B4BA4B; }
a { background-color: rgb(180,186,75); }
div.DivClassName
{
background-color: #B4BA4B;
}
.BgClassName
{
background-color: #B4BA4B;
}
</style>
border-color css
<style>
span { border-color: #B4BA4B; }
span { border-color: rgb(180,186,75); }
td.TdClassName
{
border-color: #B4BA4B;
}
.TagClassName
{
border-color: #B4BA4B;
}
</style>