Shades of Celery #B5BF4D
Tints of Celery #B5BF4D
RGB
CMYK
RGB Variations
Color information
#B5BF4D (or 0xB5BF4D) is known color: Celery. HEX triplet: B5, BF and 4D. RGB value is (181,191,77). Sum of RGB (Red+Green+Blue) = 181+191+77=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BF4D is #4A40B2. Grayscale: #AFAFAF. Windows color (decimal): -4866227 or 5095349. OLE color: 5095349.
HSL color Cylindrical-coordinate representation of color #B5BF4D: hue angle of 65.26º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5BF4D is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 77 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.25 |
| HSL | 65.26º | 0.47% | 0.53% | - |
| HSV(B) | 65.26º | 0.6% | 0.75% | - |
| XYZ | 39.03 | 47.62 | 14.16 | - |
| YUV | 175.01 | 72.69 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 77 | 0.05 | 0 | 0.60 | 0.25 | 65.26 | 0.47 | 0.53 |
| Hex | B5 | BF | 4D | 5 | 0 | 3C | 19 | 41 | 2F | 35 |
| Octal | 265 | 277 | 115 | 5 | 0 | 74 | 31 | 101 | 57 | 65 |
| Binary | 10110101 | 10111111 | 1001101 | 101 | 0 | 111100 | 11001 | 1000001 | 101111 | 110101 |
Color Harmonies of #B5BF4D
Complementary color
Monochromatic Colors of #B5BF4D
Black with #B5BF4D
Text Example
Text Example
White with #B5BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BF4D; }
p { color: rgb(181,191,77); }
H1.HeaderClassName
{
color: #B5BF4D;
}
.AnyTagClassName
{
color: #B5BF4D;
}
</style>
background-color css
<style>
a { background-color: #B5BF4D; }
a { background-color: rgb(181,191,77); }
div.DivClassName
{
background-color: #B5BF4D;
}
.BgClassName
{
background-color: #B5BF4D;
}
</style>
border-color css
<style>
span { border-color: #B5BF4D; }
span { border-color: rgb(181,191,77); }
td.TdClassName
{
border-color: #B5BF4D;
}
.TagClassName
{
border-color: #B5BF4D;
}
</style>