Shades of Chelsea Cucumber #93AF65
Tints of Chelsea Cucumber #93AF65
RGB
CMYK
RGB Variations
Color information
#93AF65 (or 0x93AF65) is known color: Chelsea Cucumber. HEX triplet: 93, AF and 65. RGB value is (147,175,101). Sum of RGB (Red+Green+Blue) = 147+175+101=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AF65 is #6C509A. Grayscale: #9E9E9E. Windows color (decimal): -7098523 or 6664083. OLE color: 6664083.
HSL color Cylindrical-coordinate representation of color #93AF65: hue angle of 82.7º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93AF65 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 175 | 101 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.31 |
| HSL | 82.7º | 0.32% | 0.54% | - |
| HSV(B) | 82.7º | 0.42% | 0.69% | - |
| XYZ | 29.71 | 37.8 | 18.04 | - |
| YUV | 158.19 | 95.72 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 175 | 101 | 0.16 | 0 | 0.42 | 0.31 | 82.7 | 0.32 | 0.54 |
| Hex | 93 | AF | 65 | 10 | 0 | 2A | 1F | 53 | 20 | 36 |
| Octal | 223 | 257 | 145 | 20 | 0 | 52 | 37 | 123 | 40 | 66 |
| Binary | 10010011 | 10101111 | 1100101 | 10000 | 0 | 101010 | 11111 | 1010011 | 100000 | 110110 |
Color Harmonies of #93AF65
Complementary color
Monochromatic Colors of #93AF65
Black with #93AF65
Text Example
Text Example
White with #93AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AF65; }
p { color: rgb(147,175,101); }
H1.HeaderClassName
{
color: #93AF65;
}
.AnyTagClassName
{
color: #93AF65;
}
</style>
background-color css
<style>
a { background-color: #93AF65; }
a { background-color: rgb(147,175,101); }
div.DivClassName
{
background-color: #93AF65;
}
.BgClassName
{
background-color: #93AF65;
}
</style>
border-color css
<style>
span { border-color: #93AF65; }
span { border-color: rgb(147,175,101); }
td.TdClassName
{
border-color: #93AF65;
}
.TagClassName
{
border-color: #93AF65;
}
</style>