Shades of Celery #B8BD39
Tints of Celery #B8BD39
RGB
CMYK
RGB Variations
Color information
#B8BD39 (or 0xB8BD39) is known color: Celery. HEX triplet: B8, BD and 39. RGB value is (184,189,57). Sum of RGB (Red+Green+Blue) = 184+189+57=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 57 (22.66% from 255 or 13.26% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BD39 is #4742C6. Grayscale: #ACACAC. Windows color (decimal): -4670151 or 3784120. OLE color: 3784120.
HSL color Cylindrical-coordinate representation of color #B8BD39: hue angle of 62.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8BD39 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 189 | 57 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.26 |
| HSL | 62.27º | 0.54% | 0.48% | - |
| HSV(B) | 62.27º | 0.7% | 0.74% | - |
| XYZ | 38.7 | 46.88 | 10.88 | - |
| YUV | 172.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 189 | 57 | 0.03 | 0 | 0.70 | 0.26 | 62.27 | 0.54 | 0.48 |
| Hex | B8 | BD | 39 | 3 | 0 | 46 | 1A | 3E | 36 | 30 |
| Octal | 270 | 275 | 71 | 3 | 0 | 106 | 32 | 76 | 66 | 60 |
| Binary | 10111000 | 10111101 | 111001 | 11 | 0 | 1000110 | 11010 | 111110 | 110110 | 110000 |
Color Harmonies of #B8BD39
Complementary color
Monochromatic Colors of #B8BD39
Black with #B8BD39
Text Example
Text Example
White with #B8BD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BD39; }
p { color: rgb(184,189,57); }
H1.HeaderClassName
{
color: #B8BD39;
}
.AnyTagClassName
{
color: #B8BD39;
}
</style>
background-color css
<style>
a { background-color: #B8BD39; }
a { background-color: rgb(184,189,57); }
div.DivClassName
{
background-color: #B8BD39;
}
.BgClassName
{
background-color: #B8BD39;
}
</style>
border-color css
<style>
span { border-color: #B8BD39; }
span { border-color: rgb(184,189,57); }
td.TdClassName
{
border-color: #B8BD39;
}
.TagClassName
{
border-color: #B8BD39;
}
</style>