Shades of Celery #B5BA3C
Tints of Celery #B5BA3C
RGB
CMYK
RGB Variations
Color information
#B5BA3C (or 0xB5BA3C) is known color: Celery. HEX triplet: B5, BA and 3C. RGB value is (181,186,60). Sum of RGB (Red+Green+Blue) = 181+186+60=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA3C is #4A45C3. Grayscale: #AAAAAA. Windows color (decimal): -4867524 or 3979957. OLE color: 3979957.
HSL color Cylindrical-coordinate representation of color #B5BA3C: hue angle of 62.38º 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 #B5BA3C is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 60 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.27 |
| HSL | 62.38º | 0.51% | 0.48% | - |
| HSV(B) | 62.38º | 0.68% | 0.73% | - |
| XYZ | 37.43 | 45.27 | 11.04 | - |
| YUV | 170.14 | 65.84 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 60 | 0.03 | 0 | 0.68 | 0.27 | 62.38 | 0.51 | 0.48 |
| Hex | B5 | BA | 3C | 3 | 0 | 44 | 1B | 3E | 33 | 30 |
| Octal | 265 | 272 | 74 | 3 | 0 | 104 | 33 | 76 | 63 | 60 |
| Binary | 10110101 | 10111010 | 111100 | 11 | 0 | 1000100 | 11011 | 111110 | 110011 | 110000 |
Color Harmonies of #B5BA3C
Complementary color
Monochromatic Colors of #B5BA3C
Black with #B5BA3C
Text Example
Text Example
White with #B5BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA3C; }
p { color: rgb(181,186,60); }
H1.HeaderClassName
{
color: #B5BA3C;
}
.AnyTagClassName
{
color: #B5BA3C;
}
</style>
background-color css
<style>
a { background-color: #B5BA3C; }
a { background-color: rgb(181,186,60); }
div.DivClassName
{
background-color: #B5BA3C;
}
.BgClassName
{
background-color: #B5BA3C;
}
</style>
border-color css
<style>
span { border-color: #B5BA3C; }
span { border-color: rgb(181,186,60); }
td.TdClassName
{
border-color: #B5BA3C;
}
.TagClassName
{
border-color: #B5BA3C;
}
</style>