Shades of Celery #B4BF3E
Tints of Celery #B4BF3E
RGB
CMYK
RGB Variations
Color information
#B4BF3E (or 0xB4BF3E) is known color: Celery. HEX triplet: B4, BF and 3E. RGB value is (180,191,62). Sum of RGB (Red+Green+Blue) = 180+191+62=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BF3E is #4B40C1. Grayscale: #ADADAD. Windows color (decimal): -4931778 or 4112308. OLE color: 4112308.
HSL color Cylindrical-coordinate representation of color #B4BF3E: hue angle of 65.12º 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 #B4BF3E is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 191 | 62 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.25 |
| HSL | 65.12º | 0.51% | 0.5% | - |
| HSV(B) | 65.12º | 0.68% | 0.75% | - |
| XYZ | 38.32 | 47.31 | 11.67 | - |
| YUV | 173.01 | 65.36 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 62 | 0.06 | 0 | 0.68 | 0.25 | 65.12 | 0.51 | 0.5 |
| Hex | B4 | BF | 3E | 6 | 0 | 44 | 19 | 41 | 33 | 32 |
| Octal | 264 | 277 | 76 | 6 | 0 | 104 | 31 | 101 | 63 | 62 |
| Binary | 10110100 | 10111111 | 111110 | 110 | 0 | 1000100 | 11001 | 1000001 | 110011 | 110010 |
Color Harmonies of #B4BF3E
Complementary color
Monochromatic Colors of #B4BF3E
Black with #B4BF3E
Text Example
Text Example
White with #B4BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BF3E; }
p { color: rgb(180,191,62); }
H1.HeaderClassName
{
color: #B4BF3E;
}
.AnyTagClassName
{
color: #B4BF3E;
}
</style>
background-color css
<style>
a { background-color: #B4BF3E; }
a { background-color: rgb(180,191,62); }
div.DivClassName
{
background-color: #B4BF3E;
}
.BgClassName
{
background-color: #B4BF3E;
}
</style>
border-color css
<style>
span { border-color: #B4BF3E; }
span { border-color: rgb(180,191,62); }
td.TdClassName
{
border-color: #B4BF3E;
}
.TagClassName
{
border-color: #B4BF3E;
}
</style>