Shades of Celery #B0C145
Tints of Celery #B0C145
RGB
CMYK
RGB Variations
Color information
#B0C145 (or 0xB0C145) is known color: Celery. HEX triplet: B0, C1 and 45. RGB value is (176,193,69). Sum of RGB (Red+Green+Blue) = 176+193+69=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 69 (27.34% from 255 or 15.75% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C145 is #4F3EBA. Grayscale: #AEAEAE. Windows color (decimal): -5193403 or 4571568. OLE color: 4571568.
HSL color Cylindrical-coordinate representation of color #B0C145: hue angle of 68.23º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0C145 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 193 | 69 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.24 |
| HSL | 68.23º | 0.5% | 0.51% | - |
| HSV(B) | 68.23º | 0.64% | 0.76% | - |
| XYZ | 38.05 | 47.8 | 12.85 | - |
| YUV | 173.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 193 | 69 | 0.09 | 0 | 0.64 | 0.24 | 68.23 | 0.5 | 0.51 |
| Hex | B0 | C1 | 45 | 9 | 0 | 40 | 18 | 44 | 32 | 33 |
| Octal | 260 | 301 | 105 | 11 | 0 | 100 | 30 | 104 | 62 | 63 |
| Binary | 10110000 | 11000001 | 1000101 | 1001 | 0 | 1000000 | 11000 | 1000100 | 110010 | 110011 |
Color Harmonies of #B0C145
Complementary color
Monochromatic Colors of #B0C145
Black with #B0C145
Text Example
Text Example
White with #B0C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C145; }
p { color: rgb(176,193,69); }
H1.HeaderClassName
{
color: #B0C145;
}
.AnyTagClassName
{
color: #B0C145;
}
</style>
background-color css
<style>
a { background-color: #B0C145; }
a { background-color: rgb(176,193,69); }
div.DivClassName
{
background-color: #B0C145;
}
.BgClassName
{
background-color: #B0C145;
}
</style>
border-color css
<style>
span { border-color: #B0C145; }
span { border-color: rgb(176,193,69); }
td.TdClassName
{
border-color: #B0C145;
}
.TagClassName
{
border-color: #B0C145;
}
</style>