Shades of Celery #B5BA3D
Tints of Celery #B5BA3D
RGB
CMYK
RGB Variations
Color information
#B5BA3D (or 0xB5BA3D) is known color: Celery. HEX triplet: B5, BA and 3D. RGB value is (181,186,61). Sum of RGB (Red+Green+Blue) = 181+186+61=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA3D is #4A45C2. Grayscale: #AAAAAA. Windows color (decimal): -4867523 or 4045493. OLE color: 4045493.
HSL color Cylindrical-coordinate representation of color #B5BA3D: hue angle of 62.4º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5BA3D is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 61 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.27 |
| HSL | 62.4º | 0.51% | 0.48% | - |
| HSV(B) | 62.4º | 0.67% | 0.73% | - |
| XYZ | 37.46 | 45.28 | 11.18 | - |
| YUV | 170.26 | 66.34 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 61 | 0.03 | 0 | 0.67 | 0.27 | 62.4 | 0.51 | 0.48 |
| Hex | B5 | BA | 3D | 3 | 0 | 43 | 1B | 3E | 33 | 30 |
| Octal | 265 | 272 | 75 | 3 | 0 | 103 | 33 | 76 | 63 | 60 |
| Binary | 10110101 | 10111010 | 111101 | 11 | 0 | 1000011 | 11011 | 111110 | 110011 | 110000 |
Color Harmonies of #B5BA3D
Complementary color
Monochromatic Colors of #B5BA3D
Black with #B5BA3D
Text Example
Text Example
White with #B5BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA3D; }
p { color: rgb(181,186,61); }
H1.HeaderClassName
{
color: #B5BA3D;
}
.AnyTagClassName
{
color: #B5BA3D;
}
</style>
background-color css
<style>
a { background-color: #B5BA3D; }
a { background-color: rgb(181,186,61); }
div.DivClassName
{
background-color: #B5BA3D;
}
.BgClassName
{
background-color: #B5BA3D;
}
</style>
border-color css
<style>
span { border-color: #B5BA3D; }
span { border-color: rgb(181,186,61); }
td.TdClassName
{
border-color: #B5BA3D;
}
.TagClassName
{
border-color: #B5BA3D;
}
</style>