Shades of Celery #B5C942
Tints of Celery #B5C942
RGB
CMYK
RGB Variations
Color information
#B5C942 (or 0xB5C942) is known color: Celery. HEX triplet: B5, C9 and 42. RGB value is (181,201,66). Sum of RGB (Red+Green+Blue) = 181+201+66=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C942 is #4A36BD. Grayscale: #B4B4B4. Windows color (decimal): -4863678 or 4377013. OLE color: 4377013.
HSL color Cylindrical-coordinate representation of color #B5C942: hue angle of 68.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5C942 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 66 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.21 |
| HSL | 68.89º | 0.56% | 0.52% | - |
| HSV(B) | 68.89º | 0.67% | 0.79% | - |
| XYZ | 40.93 | 51.99 | 13.03 | - |
| YUV | 179.63 | 63.87 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 66 | 0.10 | 0 | 0.67 | 0.21 | 68.89 | 0.56 | 0.52 |
| Hex | B5 | C9 | 42 | A | 0 | 43 | 15 | 45 | 38 | 34 |
| Octal | 265 | 311 | 102 | 12 | 0 | 103 | 25 | 105 | 70 | 64 |
| Binary | 10110101 | 11001001 | 1000010 | 1010 | 0 | 1000011 | 10101 | 1000101 | 111000 | 110100 |
Color Harmonies of #B5C942
Complementary color
Monochromatic Colors of #B5C942
Black with #B5C942
Text Example
Text Example
White with #B5C942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C942; }
p { color: rgb(181,201,66); }
H1.HeaderClassName
{
color: #B5C942;
}
.AnyTagClassName
{
color: #B5C942;
}
</style>
background-color css
<style>
a { background-color: #B5C942; }
a { background-color: rgb(181,201,66); }
div.DivClassName
{
background-color: #B5C942;
}
.BgClassName
{
background-color: #B5C942;
}
</style>
border-color css
<style>
span { border-color: #B5C942; }
span { border-color: rgb(181,201,66); }
td.TdClassName
{
border-color: #B5C942;
}
.TagClassName
{
border-color: #B5C942;
}
</style>