Shades of Chelsea Cucumber #93BA4F
Tints of Chelsea Cucumber #93BA4F
RGB
CMYK
RGB Variations
Color information
#93BA4F (or 0x93BA4F) is known color: Chelsea Cucumber. HEX triplet: 93, BA and 4F. RGB value is (147,186,79). Sum of RGB (Red+Green+Blue) = 147+186+79=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BA4F is #6C45B0. Grayscale: #A2A2A2. Windows color (decimal): -7095729 or 5225107. OLE color: 5225107.
HSL color Cylindrical-coordinate representation of color #93BA4F: hue angle of 81.87º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93BA4F is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 79 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.27 |
| HSL | 81.87º | 0.44% | 0.52% | - |
| HSV(B) | 81.87º | 0.58% | 0.73% | - |
| XYZ | 31 | 41.89 | 13.85 | - |
| YUV | 162.14 | 81.08 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 79 | 0.21 | 0 | 0.58 | 0.27 | 81.87 | 0.44 | 0.52 |
| Hex | 93 | BA | 4F | 15 | 0 | 3A | 1B | 52 | 2C | 34 |
| Octal | 223 | 272 | 117 | 25 | 0 | 72 | 33 | 122 | 54 | 64 |
| Binary | 10010011 | 10111010 | 1001111 | 10101 | 0 | 111010 | 11011 | 1010010 | 101100 | 110100 |
Color Harmonies of #93BA4F
Complementary color
Monochromatic Colors of #93BA4F
Black with #93BA4F
Text Example
Text Example
White with #93BA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BA4F; }
p { color: rgb(147,186,79); }
H1.HeaderClassName
{
color: #93BA4F;
}
.AnyTagClassName
{
color: #93BA4F;
}
</style>
background-color css
<style>
a { background-color: #93BA4F; }
a { background-color: rgb(147,186,79); }
div.DivClassName
{
background-color: #93BA4F;
}
.BgClassName
{
background-color: #93BA4F;
}
</style>
border-color css
<style>
span { border-color: #93BA4F; }
span { border-color: rgb(147,186,79); }
td.TdClassName
{
border-color: #93BA4F;
}
.TagClassName
{
border-color: #93BA4F;
}
</style>