Shades of Celery #B5C94A
Tints of Celery #B5C94A
RGB
CMYK
RGB Variations
Color information
#B5C94A (or 0xB5C94A) is known color: Celery. HEX triplet: B5, C9 and 4A. RGB value is (181,201,74). Sum of RGB (Red+Green+Blue) = 181+201+74=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C94A is #4A36B5. Grayscale: #B5B5B5. Windows color (decimal): -4863670 or 4901301. OLE color: 4901301.
HSL color Cylindrical-coordinate representation of color #B5C94A: hue angle of 69.45º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5C94A is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 74 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.21 |
| HSL | 69.45º | 0.54% | 0.54% | - |
| HSV(B) | 69.45º | 0.63% | 0.79% | - |
| XYZ | 41.18 | 52.09 | 14.36 | - |
| YUV | 180.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 74 | 0.10 | 0 | 0.63 | 0.21 | 69.45 | 0.54 | 0.54 |
| Hex | B5 | C9 | 4A | A | 0 | 3F | 15 | 45 | 36 | 36 |
| Octal | 265 | 311 | 112 | 12 | 0 | 77 | 25 | 105 | 66 | 66 |
| Binary | 10110101 | 11001001 | 1001010 | 1010 | 0 | 111111 | 10101 | 1000101 | 110110 | 110110 |
Color Harmonies of #B5C94A
Complementary color
Monochromatic Colors of #B5C94A
Black with #B5C94A
Text Example
Text Example
White with #B5C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C94A; }
p { color: rgb(181,201,74); }
H1.HeaderClassName
{
color: #B5C94A;
}
.AnyTagClassName
{
color: #B5C94A;
}
</style>
background-color css
<style>
a { background-color: #B5C94A; }
a { background-color: rgb(181,201,74); }
div.DivClassName
{
background-color: #B5C94A;
}
.BgClassName
{
background-color: #B5C94A;
}
</style>
border-color css
<style>
span { border-color: #B5C94A; }
span { border-color: rgb(181,201,74); }
td.TdClassName
{
border-color: #B5C94A;
}
.TagClassName
{
border-color: #B5C94A;
}
</style>