Shades of Chelsea Cucumber #93AF5C
Tints of Chelsea Cucumber #93AF5C
RGB
CMYK
RGB Variations
Color information
#93AF5C (or 0x93AF5C) is known color: Chelsea Cucumber. HEX triplet: 93, AF and 5C. RGB value is (147,175,92). Sum of RGB (Red+Green+Blue) = 147+175+92=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AF5C is #6C50A3. Grayscale: #9D9D9D. Windows color (decimal): -7098532 or 6074259. OLE color: 6074259.
HSL color Cylindrical-coordinate representation of color #93AF5C: hue angle of 80.24º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93AF5C is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 175 | 92 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.31 |
| HSL | 80.24º | 0.34% | 0.52% | - |
| HSV(B) | 80.24º | 0.47% | 0.69% | - |
| XYZ | 29.29 | 37.64 | 15.85 | - |
| YUV | 157.17 | 91.22 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 175 | 92 | 0.16 | 0 | 0.47 | 0.31 | 80.24 | 0.34 | 0.52 |
| Hex | 93 | AF | 5C | 10 | 0 | 2F | 1F | 50 | 22 | 34 |
| Octal | 223 | 257 | 134 | 20 | 0 | 57 | 37 | 120 | 42 | 64 |
| Binary | 10010011 | 10101111 | 1011100 | 10000 | 0 | 101111 | 11111 | 1010000 | 100010 | 110100 |
Color Harmonies of #93AF5C
Complementary color
Monochromatic Colors of #93AF5C
Black with #93AF5C
Text Example
Text Example
White with #93AF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AF5C; }
p { color: rgb(147,175,92); }
H1.HeaderClassName
{
color: #93AF5C;
}
.AnyTagClassName
{
color: #93AF5C;
}
</style>
background-color css
<style>
a { background-color: #93AF5C; }
a { background-color: rgb(147,175,92); }
div.DivClassName
{
background-color: #93AF5C;
}
.BgClassName
{
background-color: #93AF5C;
}
</style>
border-color css
<style>
span { border-color: #93AF5C; }
span { border-color: rgb(147,175,92); }
td.TdClassName
{
border-color: #93AF5C;
}
.TagClassName
{
border-color: #93AF5C;
}
</style>