Shades of Celery #B5B64D
Tints of Celery #B5B64D
RGB
CMYK
RGB Variations
Color information
#B5B64D (or 0xB5B64D) is known color: Celery. HEX triplet: B5, B6 and 4D. RGB value is (181,182,77). Sum of RGB (Red+Green+Blue) = 181+182+77=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B64D is #4A49B2. Grayscale: #AAAAAA. Windows color (decimal): -4868531 or 5093045. OLE color: 5093045.
HSL color Cylindrical-coordinate representation of color #B5B64D: hue angle of 60.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5B64D is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 182 | 77 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.29 |
| HSL | 60.57º | 0.42% | 0.51% | - |
| HSV(B) | 60.57º | 0.58% | 0.71% | - |
| XYZ | 37.12 | 43.82 | 13.52 | - |
| YUV | 169.73 | 75.67 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 182 | 77 | 0.01 | 0 | 0.58 | 0.29 | 60.57 | 0.42 | 0.51 |
| Hex | B5 | B6 | 4D | 1 | 0 | 3A | 1D | 3D | 2A | 33 |
| Octal | 265 | 266 | 115 | 1 | 0 | 72 | 35 | 75 | 52 | 63 |
| Binary | 10110101 | 10110110 | 1001101 | 1 | 0 | 111010 | 11101 | 111101 | 101010 | 110011 |
Color Harmonies of #B5B64D
Complementary color
Monochromatic Colors of #B5B64D
Black with #B5B64D
Text Example
Text Example
White with #B5B64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B64D; }
p { color: rgb(181,182,77); }
H1.HeaderClassName
{
color: #B5B64D;
}
.AnyTagClassName
{
color: #B5B64D;
}
</style>
background-color css
<style>
a { background-color: #B5B64D; }
a { background-color: rgb(181,182,77); }
div.DivClassName
{
background-color: #B5B64D;
}
.BgClassName
{
background-color: #B5B64D;
}
</style>
border-color css
<style>
span { border-color: #B5B64D; }
span { border-color: rgb(181,182,77); }
td.TdClassName
{
border-color: #B5B64D;
}
.TagClassName
{
border-color: #B5B64D;
}
</style>