Shades of Celery #B0CE3C
Tints of Celery #B0CE3C
RGB
CMYK
RGB Variations
Color information
#B0CE3C (or 0xB0CE3C) is known color: Celery. HEX triplet: B0, CE and 3C. RGB value is (176,206,60). Sum of RGB (Red+Green+Blue) = 176+206+60=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CE3C is #4F31C3. Grayscale: #B4B4B4. Windows color (decimal): -5190084 or 3985072. OLE color: 3985072.
HSL color Cylindrical-coordinate representation of color #B0CE3C: hue angle of 72.33º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0CE3C is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 60 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.19 |
| HSL | 72.33º | 0.6% | 0.52% | - |
| HSV(B) | 72.33º | 0.71% | 0.81% | - |
| XYZ | 40.79 | 53.7 | 12.49 | - |
| YUV | 180.39 | 60.06 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 60 | 0.15 | 0 | 0.71 | 0.19 | 72.33 | 0.6 | 0.52 |
| Hex | B0 | CE | 3C | F | 0 | 47 | 13 | 48 | 3C | 34 |
| Octal | 260 | 316 | 74 | 17 | 0 | 107 | 23 | 110 | 74 | 64 |
| Binary | 10110000 | 11001110 | 111100 | 1111 | 0 | 1000111 | 10011 | 1001000 | 111100 | 110100 |
Color Harmonies of #B0CE3C
Complementary color
Monochromatic Colors of #B0CE3C
Black with #B0CE3C
Text Example
Text Example
White with #B0CE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE3C; }
p { color: rgb(176,206,60); }
H1.HeaderClassName
{
color: #B0CE3C;
}
.AnyTagClassName
{
color: #B0CE3C;
}
</style>
background-color css
<style>
a { background-color: #B0CE3C; }
a { background-color: rgb(176,206,60); }
div.DivClassName
{
background-color: #B0CE3C;
}
.BgClassName
{
background-color: #B0CE3C;
}
</style>
border-color css
<style>
span { border-color: #B0CE3C; }
span { border-color: rgb(176,206,60); }
td.TdClassName
{
border-color: #B0CE3C;
}
.TagClassName
{
border-color: #B0CE3C;
}
</style>