Shades of Chelsea Cucumber #93B45E
Tints of Chelsea Cucumber #93B45E
RGB
CMYK
RGB Variations
Color information
#93B45E (or 0x93B45E) is known color: Chelsea Cucumber. HEX triplet: 93, B4 and 5E. RGB value is (147,180,94). Sum of RGB (Red+Green+Blue) = 147+180+94=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #93B45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B45E is #6C4BA1. Grayscale: #A0A0A0. Windows color (decimal): -7097250 or 6206611. OLE color: 6206611.
HSL color Cylindrical-coordinate representation of color #93B45E: hue angle of 83.02º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93B45E is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 180 | 94 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.29 |
| HSL | 83.02º | 0.36% | 0.54% | - |
| HSV(B) | 83.02º | 0.48% | 0.71% | - |
| XYZ | 30.37 | 39.65 | 16.64 | - |
| YUV | 160.33 | 90.57 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 180 | 94 | 0.18 | 0 | 0.48 | 0.29 | 83.02 | 0.36 | 0.54 |
| Hex | 93 | B4 | 5E | 12 | 0 | 30 | 1D | 53 | 24 | 36 |
| Octal | 223 | 264 | 136 | 22 | 0 | 60 | 35 | 123 | 44 | 66 |
| Binary | 10010011 | 10110100 | 1011110 | 10010 | 0 | 110000 | 11101 | 1010011 | 100100 | 110110 |
Color Harmonies of #93B45E
Complementary color
Monochromatic Colors of #93B45E
Black with #93B45E
Text Example
Text Example
White with #93B45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B45E; }
p { color: rgb(147,180,94); }
H1.HeaderClassName
{
color: #93B45E;
}
.AnyTagClassName
{
color: #93B45E;
}
</style>
background-color css
<style>
a { background-color: #93B45E; }
a { background-color: rgb(147,180,94); }
div.DivClassName
{
background-color: #93B45E;
}
.BgClassName
{
background-color: #93B45E;
}
</style>
border-color css
<style>
span { border-color: #93B45E; }
span { border-color: rgb(147,180,94); }
td.TdClassName
{
border-color: #93B45E;
}
.TagClassName
{
border-color: #93B45E;
}
</style>