Shades of Celery #B3BF3E
Tints of Celery #B3BF3E
RGB
CMYK
RGB Variations
Color information
#B3BF3E (or 0xB3BF3E) is known color: Celery. HEX triplet: B3, BF and 3E. RGB value is (179,191,62). Sum of RGB (Red+Green+Blue) = 179+191+62=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BF3E is #4C40C1. Grayscale: #ADADAD. Windows color (decimal): -4997314 or 4112307. OLE color: 4112307.
HSL color Cylindrical-coordinate representation of color #B3BF3E: hue angle of 65.58º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3BF3E is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 191 | 62 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.25 |
| HSL | 65.58º | 0.51% | 0.5% | - |
| HSV(B) | 65.58º | 0.68% | 0.75% | - |
| XYZ | 38.09 | 47.19 | 11.66 | - |
| YUV | 172.71 | 65.52 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 191 | 62 | 0.06 | 0 | 0.68 | 0.25 | 65.58 | 0.51 | 0.5 |
| Hex | B3 | BF | 3E | 6 | 0 | 44 | 19 | 42 | 33 | 32 |
| Octal | 263 | 277 | 76 | 6 | 0 | 104 | 31 | 102 | 63 | 62 |
| Binary | 10110011 | 10111111 | 111110 | 110 | 0 | 1000100 | 11001 | 1000010 | 110011 | 110010 |
Color Harmonies of #B3BF3E
Complementary color
Monochromatic Colors of #B3BF3E
Black with #B3BF3E
Text Example
Text Example
White with #B3BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BF3E; }
p { color: rgb(179,191,62); }
H1.HeaderClassName
{
color: #B3BF3E;
}
.AnyTagClassName
{
color: #B3BF3E;
}
</style>
background-color css
<style>
a { background-color: #B3BF3E; }
a { background-color: rgb(179,191,62); }
div.DivClassName
{
background-color: #B3BF3E;
}
.BgClassName
{
background-color: #B3BF3E;
}
</style>
border-color css
<style>
span { border-color: #B3BF3E; }
span { border-color: rgb(179,191,62); }
td.TdClassName
{
border-color: #B3BF3E;
}
.TagClassName
{
border-color: #B3BF3E;
}
</style>