Shades of Celery #B1CA3E
Tints of Celery #B1CA3E
RGB
CMYK
RGB Variations
Color information
#B1CA3E (or 0xB1CA3E) is known color: Celery. HEX triplet: B1, CA and 3E. RGB value is (177,202,62). Sum of RGB (Red+Green+Blue) = 177+202+62=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CA3E is #4E35C1. Grayscale: #B3B3B3. Windows color (decimal): -5125570 or 4115121. OLE color: 4115121.
HSL color Cylindrical-coordinate representation of color #B1CA3E: hue angle of 70.71º 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 #B1CA3E is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 62 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.21 |
| HSL | 70.71º | 0.57% | 0.52% | - |
| HSV(B) | 70.71º | 0.69% | 0.79% | - |
| XYZ | 40.12 | 51.94 | 12.47 | - |
| YUV | 178.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 62 | 0.12 | 0 | 0.69 | 0.21 | 70.71 | 0.57 | 0.52 |
| Hex | B1 | CA | 3E | C | 0 | 45 | 15 | 47 | 39 | 34 |
| Octal | 261 | 312 | 76 | 14 | 0 | 105 | 25 | 107 | 71 | 64 |
| Binary | 10110001 | 11001010 | 111110 | 1100 | 0 | 1000101 | 10101 | 1000111 | 111001 | 110100 |
Color Harmonies of #B1CA3E
Complementary color
Monochromatic Colors of #B1CA3E
Black with #B1CA3E
Text Example
Text Example
White with #B1CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA3E; }
p { color: rgb(177,202,62); }
H1.HeaderClassName
{
color: #B1CA3E;
}
.AnyTagClassName
{
color: #B1CA3E;
}
</style>
background-color css
<style>
a { background-color: #B1CA3E; }
a { background-color: rgb(177,202,62); }
div.DivClassName
{
background-color: #B1CA3E;
}
.BgClassName
{
background-color: #B1CA3E;
}
</style>
border-color css
<style>
span { border-color: #B1CA3E; }
span { border-color: rgb(177,202,62); }
td.TdClassName
{
border-color: #B1CA3E;
}
.TagClassName
{
border-color: #B1CA3E;
}
</style>