Shades of Chelsea Cucumber #8AAD5C
Tints of Chelsea Cucumber #8AAD5C
RGB
CMYK
RGB Variations
Color information
#8AAD5C (or 0x8AAD5C) is known color: Chelsea Cucumber. HEX triplet: 8A, AD and 5C. RGB value is (138,173,92). Sum of RGB (Red+Green+Blue) = 138+173+92=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD5C is #7552A3. Grayscale: #999999. Windows color (decimal): -7688868 or 6073738. OLE color: 6073738.
HSL color Cylindrical-coordinate representation of color #8AAD5C: hue angle of 85.93º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AAD5C is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 173 | 92 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.32 |
| HSL | 85.93º | 0.33% | 0.52% | - |
| HSV(B) | 85.93º | 0.47% | 0.68% | - |
| XYZ | 27.36 | 36.06 | 15.64 | - |
| YUV | 153.3 | 93.4 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 92 | 0.20 | 0 | 0.47 | 0.32 | 85.93 | 0.33 | 0.52 |
| Hex | 8A | AD | 5C | 14 | 0 | 2F | 20 | 56 | 21 | 34 |
| Octal | 212 | 255 | 134 | 24 | 0 | 57 | 40 | 126 | 41 | 64 |
| Binary | 10001010 | 10101101 | 1011100 | 10100 | 0 | 101111 | 100000 | 1010110 | 100001 | 110100 |
Color Harmonies of #8AAD5C
Complementary color
Monochromatic Colors of #8AAD5C
Black with #8AAD5C
Text Example
Text Example
White with #8AAD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAD5C; }
p { color: rgb(138,173,92); }
H1.HeaderClassName
{
color: #8AAD5C;
}
.AnyTagClassName
{
color: #8AAD5C;
}
</style>
background-color css
<style>
a { background-color: #8AAD5C; }
a { background-color: rgb(138,173,92); }
div.DivClassName
{
background-color: #8AAD5C;
}
.BgClassName
{
background-color: #8AAD5C;
}
</style>
border-color css
<style>
span { border-color: #8AAD5C; }
span { border-color: rgb(138,173,92); }
td.TdClassName
{
border-color: #8AAD5C;
}
.TagClassName
{
border-color: #8AAD5C;
}
</style>