Shades of Celery #B5CA3E
Tints of Celery #B5CA3E
RGB
CMYK
RGB Variations
Color information
#B5CA3E (or 0xB5CA3E) is known color: Celery. HEX triplet: B5, CA and 3E. RGB value is (181,202,62). Sum of RGB (Red+Green+Blue) = 181+202+62=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA3E is #4A35C1. Grayscale: #B4B4B4. Windows color (decimal): -4863426 or 4115125. OLE color: 4115125.
HSL color Cylindrical-coordinate representation of color #B5CA3E: hue angle of 69º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5CA3E is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 62 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.21 |
| HSL | 69º | 0.57% | 0.52% | - |
| HSV(B) | 69º | 0.69% | 0.79% | - |
| XYZ | 41.05 | 52.41 | 12.51 | - |
| YUV | 179.76 | 61.54 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 62 | 0.10 | 0 | 0.69 | 0.21 | 69 | 0.57 | 0.52 |
| Hex | B5 | CA | 3E | A | 0 | 45 | 15 | 45 | 39 | 34 |
| Octal | 265 | 312 | 76 | 12 | 0 | 105 | 25 | 105 | 71 | 64 |
| Binary | 10110101 | 11001010 | 111110 | 1010 | 0 | 1000101 | 10101 | 1000101 | 111001 | 110100 |
Color Harmonies of #B5CA3E
Complementary color
Monochromatic Colors of #B5CA3E
Black with #B5CA3E
Text Example
Text Example
White with #B5CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA3E; }
p { color: rgb(181,202,62); }
H1.HeaderClassName
{
color: #B5CA3E;
}
.AnyTagClassName
{
color: #B5CA3E;
}
</style>
background-color css
<style>
a { background-color: #B5CA3E; }
a { background-color: rgb(181,202,62); }
div.DivClassName
{
background-color: #B5CA3E;
}
.BgClassName
{
background-color: #B5CA3E;
}
</style>
border-color css
<style>
span { border-color: #B5CA3E; }
span { border-color: rgb(181,202,62); }
td.TdClassName
{
border-color: #B5CA3E;
}
.TagClassName
{
border-color: #B5CA3E;
}
</style>