Shades of Celery #B2C93E
Tints of Celery #B2C93E
RGB
CMYK
RGB Variations
Color information
#B2C93E (or 0xB2C93E) is known color: Celery. HEX triplet: B2, C9 and 3E. RGB value is (178,201,62). Sum of RGB (Red+Green+Blue) = 178+201+62=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C93E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C93E is #4D36C1. Grayscale: #B2B2B2. Windows color (decimal): -5060290 or 4114866. OLE color: 4114866.
HSL color Cylindrical-coordinate representation of color #B2C93E: hue angle of 69.93º 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 #B2C93E is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 62 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.21 |
| HSL | 69.93º | 0.56% | 0.52% | - |
| HSV(B) | 69.93º | 0.69% | 0.79% | - |
| XYZ | 40.12 | 51.59 | 12.4 | - |
| YUV | 178.28 | 62.38 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 62 | 0.11 | 0 | 0.69 | 0.21 | 69.93 | 0.56 | 0.52 |
| Hex | B2 | C9 | 3E | B | 0 | 45 | 15 | 46 | 38 | 34 |
| Octal | 262 | 311 | 76 | 13 | 0 | 105 | 25 | 106 | 70 | 64 |
| Binary | 10110010 | 11001001 | 111110 | 1011 | 0 | 1000101 | 10101 | 1000110 | 111000 | 110100 |
Color Harmonies of #B2C93E
Complementary color
Monochromatic Colors of #B2C93E
Black with #B2C93E
Text Example
Text Example
White with #B2C93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C93E; }
p { color: rgb(178,201,62); }
H1.HeaderClassName
{
color: #B2C93E;
}
.AnyTagClassName
{
color: #B2C93E;
}
</style>
background-color css
<style>
a { background-color: #B2C93E; }
a { background-color: rgb(178,201,62); }
div.DivClassName
{
background-color: #B2C93E;
}
.BgClassName
{
background-color: #B2C93E;
}
</style>
border-color css
<style>
span { border-color: #B2C93E; }
span { border-color: rgb(178,201,62); }
td.TdClassName
{
border-color: #B2C93E;
}
.TagClassName
{
border-color: #B2C93E;
}
</style>