Shades of Celery #B0CF3E
Tints of Celery #B0CF3E
RGB
CMYK
RGB Variations
Color information
#B0CF3E (or 0xB0CF3E) is known color: Celery. HEX triplet: B0, CF and 3E. RGB value is (176,207,62). Sum of RGB (Red+Green+Blue) = 176+207+62=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CF3E is #4F30C1. Grayscale: #B5B5B5. Windows color (decimal): -5189826 or 4116400. OLE color: 4116400.
HSL color Cylindrical-coordinate representation of color #B0CF3E: hue angle of 72.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0CF3E is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 62 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.19 |
| HSL | 72.83º | 0.6% | 0.53% | - |
| HSV(B) | 72.83º | 0.7% | 0.81% | - |
| XYZ | 41.09 | 54.2 | 12.85 | - |
| YUV | 181.2 | 60.73 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 62 | 0.15 | 0 | 0.70 | 0.19 | 72.83 | 0.6 | 0.53 |
| Hex | B0 | CF | 3E | F | 0 | 46 | 13 | 49 | 3C | 35 |
| Octal | 260 | 317 | 76 | 17 | 0 | 106 | 23 | 111 | 74 | 65 |
| Binary | 10110000 | 11001111 | 111110 | 1111 | 0 | 1000110 | 10011 | 1001001 | 111100 | 110101 |
Color Harmonies of #B0CF3E
Complementary color
Monochromatic Colors of #B0CF3E
Black with #B0CF3E
Text Example
Text Example
White with #B0CF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CF3E; }
p { color: rgb(176,207,62); }
H1.HeaderClassName
{
color: #B0CF3E;
}
.AnyTagClassName
{
color: #B0CF3E;
}
</style>
background-color css
<style>
a { background-color: #B0CF3E; }
a { background-color: rgb(176,207,62); }
div.DivClassName
{
background-color: #B0CF3E;
}
.BgClassName
{
background-color: #B0CF3E;
}
</style>
border-color css
<style>
span { border-color: #B0CF3E; }
span { border-color: rgb(176,207,62); }
td.TdClassName
{
border-color: #B0CF3E;
}
.TagClassName
{
border-color: #B0CF3E;
}
</style>