Shades of Celery #B0C23C
Tints of Celery #B0C23C
RGB
CMYK
RGB Variations
Color information
#B0C23C (or 0xB0C23C) is known color: Celery. HEX triplet: B0, C2 and 3C. RGB value is (176,194,60). Sum of RGB (Red+Green+Blue) = 176+194+60=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C23C is #4F3DC3. Grayscale: #ADADAD. Windows color (decimal): -5193156 or 3982000. OLE color: 3982000.
HSL color Cylindrical-coordinate representation of color #B0C23C: hue angle of 68.06º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0C23C is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 194 | 60 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.24 |
| HSL | 68.06º | 0.53% | 0.5% | - |
| HSV(B) | 68.06º | 0.69% | 0.76% | - |
| XYZ | 38.01 | 48.14 | 11.56 | - |
| YUV | 173.34 | 64.04 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 194 | 60 | 0.09 | 0 | 0.69 | 0.24 | 68.06 | 0.53 | 0.5 |
| Hex | B0 | C2 | 3C | 9 | 0 | 45 | 18 | 44 | 35 | 32 |
| Octal | 260 | 302 | 74 | 11 | 0 | 105 | 30 | 104 | 65 | 62 |
| Binary | 10110000 | 11000010 | 111100 | 1001 | 0 | 1000101 | 11000 | 1000100 | 110101 | 110010 |
Color Harmonies of #B0C23C
Complementary color
Monochromatic Colors of #B0C23C
Black with #B0C23C
Text Example
Text Example
White with #B0C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C23C; }
p { color: rgb(176,194,60); }
H1.HeaderClassName
{
color: #B0C23C;
}
.AnyTagClassName
{
color: #B0C23C;
}
</style>
background-color css
<style>
a { background-color: #B0C23C; }
a { background-color: rgb(176,194,60); }
div.DivClassName
{
background-color: #B0C23C;
}
.BgClassName
{
background-color: #B0C23C;
}
</style>
border-color css
<style>
span { border-color: #B0C23C; }
span { border-color: rgb(176,194,60); }
td.TdClassName
{
border-color: #B0C23C;
}
.TagClassName
{
border-color: #B0C23C;
}
</style>