Shades of Celery #B9BA33
Tints of Celery #B9BA33
RGB
CMYK
RGB Variations
Color information
#B9BA33 (or 0xB9BA33) is known color: Celery. HEX triplet: B9, BA and 33. RGB value is (185,186,51). Sum of RGB (Red+Green+Blue) = 185+186+51=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA33 is #4645CC. Grayscale: #AAAAAA. Windows color (decimal): -4605389 or 3390137. OLE color: 3390137.
HSL color Cylindrical-coordinate representation of color #B9BA33: hue angle of 60.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9BA33 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 51 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.27 |
| HSL | 60.44º | 0.57% | 0.46% | - |
| HSV(B) | 60.44º | 0.73% | 0.73% | - |
| XYZ | 38.16 | 45.67 | 9.94 | - |
| YUV | 170.31 | 60.67 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 51 | 0.01 | 0 | 0.73 | 0.27 | 60.44 | 0.57 | 0.46 |
| Hex | B9 | BA | 33 | 1 | 0 | 49 | 1B | 3C | 39 | 2E |
| Octal | 271 | 272 | 63 | 1 | 0 | 111 | 33 | 74 | 71 | 56 |
| Binary | 10111001 | 10111010 | 110011 | 1 | 0 | 1001001 | 11011 | 111100 | 111001 | 101110 |
Color Harmonies of #B9BA33
Complementary color
Monochromatic Colors of #B9BA33
Black with #B9BA33
Text Example
Text Example
White with #B9BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA33; }
p { color: rgb(185,186,51); }
H1.HeaderClassName
{
color: #B9BA33;
}
.AnyTagClassName
{
color: #B9BA33;
}
</style>
background-color css
<style>
a { background-color: #B9BA33; }
a { background-color: rgb(185,186,51); }
div.DivClassName
{
background-color: #B9BA33;
}
.BgClassName
{
background-color: #B9BA33;
}
</style>
border-color css
<style>
span { border-color: #B9BA33; }
span { border-color: rgb(185,186,51); }
td.TdClassName
{
border-color: #B9BA33;
}
.TagClassName
{
border-color: #B9BA33;
}
</style>