Shades of Celery #B5C047
Tints of Celery #B5C047
RGB
CMYK
RGB Variations
Color information
#B5C047 (or 0xB5C047) is known color: Celery. HEX triplet: B5, C0 and 47. RGB value is (181,192,71). Sum of RGB (Red+Green+Blue) = 181+192+71=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C047 is #4A3FB8. Grayscale: #AFAFAF. Windows color (decimal): -4865977 or 4702389. OLE color: 4702389.
HSL color Cylindrical-coordinate representation of color #B5C047: hue angle of 65.45º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5C047 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 71 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.25 |
| HSL | 65.45º | 0.49% | 0.52% | - |
| HSV(B) | 65.45º | 0.63% | 0.75% | - |
| XYZ | 39.04 | 47.98 | 13.16 | - |
| YUV | 174.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 71 | 0.06 | 0 | 0.63 | 0.25 | 65.45 | 0.49 | 0.52 |
| Hex | B5 | C0 | 47 | 6 | 0 | 3F | 19 | 41 | 31 | 34 |
| Octal | 265 | 300 | 107 | 6 | 0 | 77 | 31 | 101 | 61 | 64 |
| Binary | 10110101 | 11000000 | 1000111 | 110 | 0 | 111111 | 11001 | 1000001 | 110001 | 110100 |
Color Harmonies of #B5C047
Complementary color
Monochromatic Colors of #B5C047
Black with #B5C047
Text Example
Text Example
White with #B5C047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C047; }
p { color: rgb(181,192,71); }
H1.HeaderClassName
{
color: #B5C047;
}
.AnyTagClassName
{
color: #B5C047;
}
</style>
background-color css
<style>
a { background-color: #B5C047; }
a { background-color: rgb(181,192,71); }
div.DivClassName
{
background-color: #B5C047;
}
.BgClassName
{
background-color: #B5C047;
}
</style>
border-color css
<style>
span { border-color: #B5C047; }
span { border-color: rgb(181,192,71); }
td.TdClassName
{
border-color: #B5C047;
}
.TagClassName
{
border-color: #B5C047;
}
</style>