Shades of Celery #B3BD33
Tints of Celery #B3BD33
RGB
CMYK
RGB Variations
Color information
#B3BD33 (or 0xB3BD33) is known color: Celery. HEX triplet: B3, BD and 33. RGB value is (179,189,51). Sum of RGB (Red+Green+Blue) = 179+189+51=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BD33 is #4C42CC. Grayscale: #AAAAAA. Windows color (decimal): -4997837 or 3390899. OLE color: 3390899.
HSL color Cylindrical-coordinate representation of color #B3BD33: hue angle of 64.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3BD33 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 189 | 51 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.26 |
| HSL | 64.35º | 0.58% | 0.47% | - |
| HSV(B) | 64.35º | 0.73% | 0.74% | - |
| XYZ | 37.39 | 46.22 | 10.08 | - |
| YUV | 170.28 | 60.69 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 51 | 0.05 | 0 | 0.73 | 0.26 | 64.35 | 0.58 | 0.47 |
| Hex | B3 | BD | 33 | 5 | 0 | 49 | 1A | 40 | 3A | 2F |
| Octal | 263 | 275 | 63 | 5 | 0 | 111 | 32 | 100 | 72 | 57 |
| Binary | 10110011 | 10111101 | 110011 | 101 | 0 | 1001001 | 11010 | 1000000 | 111010 | 101111 |
Color Harmonies of #B3BD33
Complementary color
Monochromatic Colors of #B3BD33
Black with #B3BD33
Text Example
Text Example
White with #B3BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BD33; }
p { color: rgb(179,189,51); }
H1.HeaderClassName
{
color: #B3BD33;
}
.AnyTagClassName
{
color: #B3BD33;
}
</style>
background-color css
<style>
a { background-color: #B3BD33; }
a { background-color: rgb(179,189,51); }
div.DivClassName
{
background-color: #B3BD33;
}
.BgClassName
{
background-color: #B3BD33;
}
</style>
border-color css
<style>
span { border-color: #B3BD33; }
span { border-color: rgb(179,189,51); }
td.TdClassName
{
border-color: #B3BD33;
}
.TagClassName
{
border-color: #B3BD33;
}
</style>