Shades of Celery #B1CA42
Tints of Celery #B1CA42
RGB
CMYK
RGB Variations
Color information
#B1CA42 (or 0xB1CA42) is known color: Celery. HEX triplet: B1, CA and 42. RGB value is (177,202,66). Sum of RGB (Red+Green+Blue) = 177+202+66=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CA42 is #4E35BD. Grayscale: #B3B3B3. Windows color (decimal): -5125566 or 4377265. OLE color: 4377265.
HSL color Cylindrical-coordinate representation of color #B1CA42: hue angle of 71.03º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1CA42 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 66 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.21 |
| HSL | 71.03º | 0.56% | 0.53% | - |
| HSV(B) | 71.03º | 0.67% | 0.79% | - |
| XYZ | 40.24 | 51.98 | 13.07 | - |
| YUV | 179.02 | 64.22 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 66 | 0.12 | 0 | 0.67 | 0.21 | 71.03 | 0.56 | 0.53 |
| Hex | B1 | CA | 42 | C | 0 | 43 | 15 | 47 | 38 | 35 |
| Octal | 261 | 312 | 102 | 14 | 0 | 103 | 25 | 107 | 70 | 65 |
| Binary | 10110001 | 11001010 | 1000010 | 1100 | 0 | 1000011 | 10101 | 1000111 | 111000 | 110101 |
Color Harmonies of #B1CA42
Complementary color
Monochromatic Colors of #B1CA42
Black with #B1CA42
Text Example
Text Example
White with #B1CA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA42; }
p { color: rgb(177,202,66); }
H1.HeaderClassName
{
color: #B1CA42;
}
.AnyTagClassName
{
color: #B1CA42;
}
</style>
background-color css
<style>
a { background-color: #B1CA42; }
a { background-color: rgb(177,202,66); }
div.DivClassName
{
background-color: #B1CA42;
}
.BgClassName
{
background-color: #B1CA42;
}
</style>
border-color css
<style>
span { border-color: #B1CA42; }
span { border-color: rgb(177,202,66); }
td.TdClassName
{
border-color: #B1CA42;
}
.TagClassName
{
border-color: #B1CA42;
}
</style>