Shades of Celery #B7BA34
Tints of Celery #B7BA34
RGB
CMYK
RGB Variations
Color information
#B7BA34 (or 0xB7BA34) is known color: Celery. HEX triplet: B7, BA and 34. RGB value is (183,186,52). Sum of RGB (Red+Green+Blue) = 183+186+52=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BA34 is #4845CB. Grayscale: #AAAAAA. Windows color (decimal): -4736460 or 3455671. OLE color: 3455671.
HSL color Cylindrical-coordinate representation of color #B7BA34: hue angle of 61.34º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7BA34 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 52 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.27 |
| HSL | 61.34º | 0.56% | 0.47% | - |
| HSV(B) | 61.34º | 0.72% | 0.73% | - |
| XYZ | 37.71 | 45.43 | 10.03 | - |
| YUV | 169.83 | 61.51 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 52 | 0.02 | 0 | 0.72 | 0.27 | 61.34 | 0.56 | 0.47 |
| Hex | B7 | BA | 34 | 2 | 0 | 48 | 1B | 3D | 38 | 2F |
| Octal | 267 | 272 | 64 | 2 | 0 | 110 | 33 | 75 | 70 | 57 |
| Binary | 10110111 | 10111010 | 110100 | 10 | 0 | 1001000 | 11011 | 111101 | 111000 | 101111 |
Color Harmonies of #B7BA34
Complementary color
Monochromatic Colors of #B7BA34
Black with #B7BA34
Text Example
Text Example
White with #B7BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA34; }
p { color: rgb(183,186,52); }
H1.HeaderClassName
{
color: #B7BA34;
}
.AnyTagClassName
{
color: #B7BA34;
}
</style>
background-color css
<style>
a { background-color: #B7BA34; }
a { background-color: rgb(183,186,52); }
div.DivClassName
{
background-color: #B7BA34;
}
.BgClassName
{
background-color: #B7BA34;
}
</style>
border-color css
<style>
span { border-color: #B7BA34; }
span { border-color: rgb(183,186,52); }
td.TdClassName
{
border-color: #B7BA34;
}
.TagClassName
{
border-color: #B7BA34;
}
</style>