Shades of Chelsea Cucumber #93BC56
Tints of Chelsea Cucumber #93BC56
RGB
CMYK
RGB Variations
Color information
#93BC56 (or 0x93BC56) is known color: Chelsea Cucumber. HEX triplet: 93, BC and 56. RGB value is (147,188,86). Sum of RGB (Red+Green+Blue) = 147+188+86=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BC56 is #6C43A9. Grayscale: #A4A4A4. Windows color (decimal): -7095210 or 5684371. OLE color: 5684371.
HSL color Cylindrical-coordinate representation of color #93BC56: hue angle of 84.12º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93BC56 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 86 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.26 |
| HSL | 84.12º | 0.43% | 0.54% | - |
| HSV(B) | 84.12º | 0.54% | 0.74% | - |
| XYZ | 31.7 | 42.84 | 15.4 | - |
| YUV | 164.11 | 83.92 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 86 | 0.22 | 0 | 0.54 | 0.26 | 84.12 | 0.43 | 0.54 |
| Hex | 93 | BC | 56 | 16 | 0 | 36 | 1A | 54 | 2B | 36 |
| Octal | 223 | 274 | 126 | 26 | 0 | 66 | 32 | 124 | 53 | 66 |
| Binary | 10010011 | 10111100 | 1010110 | 10110 | 0 | 110110 | 11010 | 1010100 | 101011 | 110110 |
Color Harmonies of #93BC56
Complementary color
Monochromatic Colors of #93BC56
Black with #93BC56
Text Example
Text Example
White with #93BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC56; }
p { color: rgb(147,188,86); }
H1.HeaderClassName
{
color: #93BC56;
}
.AnyTagClassName
{
color: #93BC56;
}
</style>
background-color css
<style>
a { background-color: #93BC56; }
a { background-color: rgb(147,188,86); }
div.DivClassName
{
background-color: #93BC56;
}
.BgClassName
{
background-color: #93BC56;
}
</style>
border-color css
<style>
span { border-color: #93BC56; }
span { border-color: rgb(147,188,86); }
td.TdClassName
{
border-color: #93BC56;
}
.TagClassName
{
border-color: #93BC56;
}
</style>