Shades of Celery #B5CA4E
Tints of Celery #B5CA4E
RGB
CMYK
RGB Variations
Color information
#B5CA4E (or 0xB5CA4E) is known color: Celery. HEX triplet: B5, CA and 4E. RGB value is (181,202,78). Sum of RGB (Red+Green+Blue) = 181+202+78=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA4E is #4A35B1. Grayscale: #B6B6B6. Windows color (decimal): -4863410 or 5163701. OLE color: 5163701.
HSL color Cylindrical-coordinate representation of color #B5CA4E: hue angle of 70.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5CA4E is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 78 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.21 |
| HSL | 70.16º | 0.54% | 0.55% | - |
| HSV(B) | 70.16º | 0.61% | 0.79% | - |
| XYZ | 41.55 | 52.61 | 15.17 | - |
| YUV | 181.59 | 69.54 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 78 | 0.10 | 0 | 0.61 | 0.21 | 70.16 | 0.54 | 0.55 |
| Hex | B5 | CA | 4E | A | 0 | 3D | 15 | 46 | 36 | 37 |
| Octal | 265 | 312 | 116 | 12 | 0 | 75 | 25 | 106 | 66 | 67 |
| Binary | 10110101 | 11001010 | 1001110 | 1010 | 0 | 111101 | 10101 | 1000110 | 110110 | 110111 |
Color Harmonies of #B5CA4E
Complementary color
Monochromatic Colors of #B5CA4E
Black with #B5CA4E
Text Example
Text Example
White with #B5CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA4E; }
p { color: rgb(181,202,78); }
H1.HeaderClassName
{
color: #B5CA4E;
}
.AnyTagClassName
{
color: #B5CA4E;
}
</style>
background-color css
<style>
a { background-color: #B5CA4E; }
a { background-color: rgb(181,202,78); }
div.DivClassName
{
background-color: #B5CA4E;
}
.BgClassName
{
background-color: #B5CA4E;
}
</style>
border-color css
<style>
span { border-color: #B5CA4E; }
span { border-color: rgb(181,202,78); }
td.TdClassName
{
border-color: #B5CA4E;
}
.TagClassName
{
border-color: #B5CA4E;
}
</style>