Shades of Chelsea Cucumber #93AB45
Tints of Chelsea Cucumber #93AB45
RGB
CMYK
RGB Variations
Color information
#93AB45 (or 0x93AB45) is known color: Chelsea Cucumber. HEX triplet: 93, AB and 45. RGB value is (147,171,69). Sum of RGB (Red+Green+Blue) = 147+171+69=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AB45 is #6C54BA. Grayscale: #989898. Windows color (decimal): -7099579 or 4565907. OLE color: 4565907.
HSL color Cylindrical-coordinate representation of color #93AB45: hue angle of 74.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93AB45 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 171 | 69 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.33 |
| HSL | 74.12º | 0.43% | 0.47% | - |
| HSV(B) | 74.12º | 0.6% | 0.67% | - |
| XYZ | 27.67 | 35.76 | 11.07 | - |
| YUV | 152.2 | 81.05 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 69 | 0.14 | 0 | 0.60 | 0.33 | 74.12 | 0.43 | 0.47 |
| Hex | 93 | AB | 45 | E | 0 | 3C | 21 | 4A | 2A | 2F |
| Octal | 223 | 253 | 105 | 16 | 0 | 74 | 41 | 112 | 52 | 57 |
| Binary | 10010011 | 10101011 | 1000101 | 1110 | 0 | 111100 | 100001 | 1001010 | 101010 | 101111 |
Color Harmonies of #93AB45
Complementary color
Monochromatic Colors of #93AB45
Black with #93AB45
Text Example
Text Example
White with #93AB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AB45; }
p { color: rgb(147,171,69); }
H1.HeaderClassName
{
color: #93AB45;
}
.AnyTagClassName
{
color: #93AB45;
}
</style>
background-color css
<style>
a { background-color: #93AB45; }
a { background-color: rgb(147,171,69); }
div.DivClassName
{
background-color: #93AB45;
}
.BgClassName
{
background-color: #93AB45;
}
</style>
border-color css
<style>
span { border-color: #93AB45; }
span { border-color: rgb(147,171,69); }
td.TdClassName
{
border-color: #93AB45;
}
.TagClassName
{
border-color: #93AB45;
}
</style>