Shades of Celery #B5CA4A
Tints of Celery #B5CA4A
RGB
CMYK
RGB Variations
Color information
#B5CA4A (or 0xB5CA4A) is known color: Celery. HEX triplet: B5, CA and 4A. RGB value is (181,202,74). Sum of RGB (Red+Green+Blue) = 181+202+74=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA4A is #4A35B5. Grayscale: #B5B5B5. Windows color (decimal): -4863414 or 4901557. OLE color: 4901557.
HSL color Cylindrical-coordinate representation of color #B5CA4A: hue angle of 69.84º degrees, saturation: 0.55, 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 #B5CA4A is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 74 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.21 |
| HSL | 69.84º | 0.55% | 0.54% | - |
| HSV(B) | 69.84º | 0.63% | 0.79% | - |
| XYZ | 41.41 | 52.56 | 14.44 | - |
| YUV | 181.13 | 67.54 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 74 | 0.10 | 0 | 0.63 | 0.21 | 69.84 | 0.55 | 0.54 |
| Hex | B5 | CA | 4A | A | 0 | 3F | 15 | 46 | 37 | 36 |
| Octal | 265 | 312 | 112 | 12 | 0 | 77 | 25 | 106 | 67 | 66 |
| Binary | 10110101 | 11001010 | 1001010 | 1010 | 0 | 111111 | 10101 | 1000110 | 110111 | 110110 |
Color Harmonies of #B5CA4A
Complementary color
Monochromatic Colors of #B5CA4A
Black with #B5CA4A
Text Example
Text Example
White with #B5CA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA4A; }
p { color: rgb(181,202,74); }
H1.HeaderClassName
{
color: #B5CA4A;
}
.AnyTagClassName
{
color: #B5CA4A;
}
</style>
background-color css
<style>
a { background-color: #B5CA4A; }
a { background-color: rgb(181,202,74); }
div.DivClassName
{
background-color: #B5CA4A;
}
.BgClassName
{
background-color: #B5CA4A;
}
</style>
border-color css
<style>
span { border-color: #B5CA4A; }
span { border-color: rgb(181,202,74); }
td.TdClassName
{
border-color: #B5CA4A;
}
.TagClassName
{
border-color: #B5CA4A;
}
</style>