Shades of Celery #B5C947
Tints of Celery #B5C947
RGB
CMYK
RGB Variations
Color information
#B5C947 (or 0xB5C947) is known color: Celery. HEX triplet: B5, C9 and 47. RGB value is (181,201,71). Sum of RGB (Red+Green+Blue) = 181+201+71=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C947 is #4A36B8. Grayscale: #B4B4B4. Windows color (decimal): -4863673 or 4704693. OLE color: 4704693.
HSL color Cylindrical-coordinate representation of color #B5C947: hue angle of 69.23º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5C947 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 71 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.21 |
| HSL | 69.23º | 0.55% | 0.53% | - |
| HSV(B) | 69.23º | 0.65% | 0.79% | - |
| XYZ | 41.08 | 52.05 | 13.84 | - |
| YUV | 180.2 | 66.37 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 71 | 0.10 | 0 | 0.65 | 0.21 | 69.23 | 0.55 | 0.53 |
| Hex | B5 | C9 | 47 | A | 0 | 41 | 15 | 45 | 37 | 35 |
| Octal | 265 | 311 | 107 | 12 | 0 | 101 | 25 | 105 | 67 | 65 |
| Binary | 10110101 | 11001001 | 1000111 | 1010 | 0 | 1000001 | 10101 | 1000101 | 110111 | 110101 |
Color Harmonies of #B5C947
Complementary color
Monochromatic Colors of #B5C947
Black with #B5C947
Text Example
Text Example
White with #B5C947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C947; }
p { color: rgb(181,201,71); }
H1.HeaderClassName
{
color: #B5C947;
}
.AnyTagClassName
{
color: #B5C947;
}
</style>
background-color css
<style>
a { background-color: #B5C947; }
a { background-color: rgb(181,201,71); }
div.DivClassName
{
background-color: #B5C947;
}
.BgClassName
{
background-color: #B5C947;
}
</style>
border-color css
<style>
span { border-color: #B5C947; }
span { border-color: rgb(181,201,71); }
td.TdClassName
{
border-color: #B5C947;
}
.TagClassName
{
border-color: #B5C947;
}
</style>