Shades of Celery #B8BA40
Tints of Celery #B8BA40
RGB
CMYK
RGB Variations
Color information
#B8BA40 (or 0xB8BA40) is known color: Celery. HEX triplet: B8, BA and 40. RGB value is (184,186,64). Sum of RGB (Red+Green+Blue) = 184+186+64=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BA40 is #4745BF. Grayscale: #ABABAB. Windows color (decimal): -4670912 or 4242104. OLE color: 4242104.
HSL color Cylindrical-coordinate representation of color #B8BA40: hue angle of 60.98º 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 #B8BA40 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 64 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.27 |
| HSL | 60.98º | 0.49% | 0.49% | - |
| HSV(B) | 60.98º | 0.66% | 0.73% | - |
| XYZ | 38.25 | 45.68 | 11.65 | - |
| YUV | 171.49 | 67.34 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 64 | 0.01 | 0 | 0.66 | 0.27 | 60.98 | 0.49 | 0.49 |
| Hex | B8 | BA | 40 | 1 | 0 | 42 | 1B | 3D | 31 | 31 |
| Octal | 270 | 272 | 100 | 1 | 0 | 102 | 33 | 75 | 61 | 61 |
| Binary | 10111000 | 10111010 | 1000000 | 1 | 0 | 1000010 | 11011 | 111101 | 110001 | 110001 |
Color Harmonies of #B8BA40
Complementary color
Monochromatic Colors of #B8BA40
Black with #B8BA40
Text Example
Text Example
White with #B8BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA40; }
p { color: rgb(184,186,64); }
H1.HeaderClassName
{
color: #B8BA40;
}
.AnyTagClassName
{
color: #B8BA40;
}
</style>
background-color css
<style>
a { background-color: #B8BA40; }
a { background-color: rgb(184,186,64); }
div.DivClassName
{
background-color: #B8BA40;
}
.BgClassName
{
background-color: #B8BA40;
}
</style>
border-color css
<style>
span { border-color: #B8BA40; }
span { border-color: rgb(184,186,64); }
td.TdClassName
{
border-color: #B8BA40;
}
.TagClassName
{
border-color: #B8BA40;
}
</style>