Shades of Celery #B0CA42
Tints of Celery #B0CA42
RGB
CMYK
RGB Variations
Color information
#B0CA42 (or 0xB0CA42) is known color: Celery. HEX triplet: B0, CA and 42. RGB value is (176,202,66). Sum of RGB (Red+Green+Blue) = 176+202+66=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA42 is #4F35BD. Grayscale: #B3B3B3. Windows color (decimal): -5191102 or 4377264. OLE color: 4377264.
HSL color Cylindrical-coordinate representation of color #B0CA42: hue angle of 71.47º 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 #B0CA42 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 66 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.21 |
| HSL | 71.47º | 0.56% | 0.53% | - |
| HSV(B) | 71.47º | 0.67% | 0.79% | - |
| XYZ | 40.01 | 51.86 | 13.06 | - |
| YUV | 178.72 | 64.39 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 66 | 0.13 | 0 | 0.67 | 0.21 | 71.47 | 0.56 | 0.53 |
| Hex | B0 | CA | 42 | D | 0 | 43 | 15 | 47 | 38 | 35 |
| Octal | 260 | 312 | 102 | 15 | 0 | 103 | 25 | 107 | 70 | 65 |
| Binary | 10110000 | 11001010 | 1000010 | 1101 | 0 | 1000011 | 10101 | 1000111 | 111000 | 110101 |
Color Harmonies of #B0CA42
Complementary color
Monochromatic Colors of #B0CA42
Black with #B0CA42
Text Example
Text Example
White with #B0CA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA42; }
p { color: rgb(176,202,66); }
H1.HeaderClassName
{
color: #B0CA42;
}
.AnyTagClassName
{
color: #B0CA42;
}
</style>
background-color css
<style>
a { background-color: #B0CA42; }
a { background-color: rgb(176,202,66); }
div.DivClassName
{
background-color: #B0CA42;
}
.BgClassName
{
background-color: #B0CA42;
}
</style>
border-color css
<style>
span { border-color: #B0CA42; }
span { border-color: rgb(176,202,66); }
td.TdClassName
{
border-color: #B0CA42;
}
.TagClassName
{
border-color: #B0CA42;
}
</style>