Shades of Celery #B0C93F
Tints of Celery #B0C93F
RGB
CMYK
RGB Variations
Color information
#B0C93F (or 0xB0C93F) is known color: Celery. HEX triplet: B0, C9 and 3F. RGB value is (176,201,63). Sum of RGB (Red+Green+Blue) = 176+201+63=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C93F is #4F36C0. Grayscale: #B2B2B2. Windows color (decimal): -5191361 or 4180400. OLE color: 4180400.
HSL color Cylindrical-coordinate representation of color #B0C93F: hue angle of 70.87º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0C93F is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 63 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.21 |
| HSL | 70.87º | 0.56% | 0.52% | - |
| HSV(B) | 70.87º | 0.69% | 0.79% | - |
| XYZ | 39.69 | 51.36 | 12.52 | - |
| YUV | 177.79 | 63.22 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 63 | 0.12 | 0 | 0.69 | 0.21 | 70.87 | 0.56 | 0.52 |
| Hex | B0 | C9 | 3F | C | 0 | 45 | 15 | 47 | 38 | 34 |
| Octal | 260 | 311 | 77 | 14 | 0 | 105 | 25 | 107 | 70 | 64 |
| Binary | 10110000 | 11001001 | 111111 | 1100 | 0 | 1000101 | 10101 | 1000111 | 111000 | 110100 |
Color Harmonies of #B0C93F
Complementary color
Monochromatic Colors of #B0C93F
Black with #B0C93F
Text Example
Text Example
White with #B0C93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C93F; }
p { color: rgb(176,201,63); }
H1.HeaderClassName
{
color: #B0C93F;
}
.AnyTagClassName
{
color: #B0C93F;
}
</style>
background-color css
<style>
a { background-color: #B0C93F; }
a { background-color: rgb(176,201,63); }
div.DivClassName
{
background-color: #B0C93F;
}
.BgClassName
{
background-color: #B0C93F;
}
</style>
border-color css
<style>
span { border-color: #B0C93F; }
span { border-color: rgb(176,201,63); }
td.TdClassName
{
border-color: #B0C93F;
}
.TagClassName
{
border-color: #B0C93F;
}
</style>