Shades of Celery #B8BA35
Tints of Celery #B8BA35
RGB
CMYK
RGB Variations
Color information
#B8BA35 (or 0xB8BA35) is known color: Celery. HEX triplet: B8, BA and 35. RGB value is (184,186,53). Sum of RGB (Red+Green+Blue) = 184+186+53=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BA35 is #4745CA. Grayscale: #AAAAAA. Windows color (decimal): -4670923 or 3521208. OLE color: 3521208.
HSL color Cylindrical-coordinate representation of color #B8BA35: hue angle of 60.9º 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 #B8BA35 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 53 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.27 |
| HSL | 60.9º | 0.56% | 0.47% | - |
| HSV(B) | 60.9º | 0.72% | 0.73% | - |
| XYZ | 37.97 | 45.57 | 10.16 | - |
| YUV | 170.24 | 61.84 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 53 | 0.01 | 0 | 0.72 | 0.27 | 60.9 | 0.56 | 0.47 |
| Hex | B8 | BA | 35 | 1 | 0 | 48 | 1B | 3D | 38 | 2F |
| Octal | 270 | 272 | 65 | 1 | 0 | 110 | 33 | 75 | 70 | 57 |
| Binary | 10111000 | 10111010 | 110101 | 1 | 0 | 1001000 | 11011 | 111101 | 111000 | 101111 |
Color Harmonies of #B8BA35
Complementary color
Monochromatic Colors of #B8BA35
Black with #B8BA35
Text Example
Text Example
White with #B8BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA35; }
p { color: rgb(184,186,53); }
H1.HeaderClassName
{
color: #B8BA35;
}
.AnyTagClassName
{
color: #B8BA35;
}
</style>
background-color css
<style>
a { background-color: #B8BA35; }
a { background-color: rgb(184,186,53); }
div.DivClassName
{
background-color: #B8BA35;
}
.BgClassName
{
background-color: #B8BA35;
}
</style>
border-color css
<style>
span { border-color: #B8BA35; }
span { border-color: rgb(184,186,53); }
td.TdClassName
{
border-color: #B8BA35;
}
.TagClassName
{
border-color: #B8BA35;
}
</style>