Shades of Chelsea Cucumber #8AB85C
Tints of Chelsea Cucumber #8AB85C
RGB
CMYK
RGB Variations
Color information
#8AB85C (or 0x8AB85C) is known color: Chelsea Cucumber. HEX triplet: 8A, B8 and 5C. RGB value is (138,184,92). Sum of RGB (Red+Green+Blue) = 138+184+92=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB85C is #7547A3. Grayscale: #A0A0A0. Windows color (decimal): -7686052 or 6076554. OLE color: 6076554.
HSL color Cylindrical-coordinate representation of color #8AB85C: hue angle of 90º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AB85C is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 92 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.28 |
| HSL | 90º | 0.39% | 0.54% | - |
| HSV(B) | 90º | 0.5% | 0.72% | - |
| XYZ | 29.55 | 40.46 | 16.38 | - |
| YUV | 159.76 | 89.76 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 92 | 0.25 | 0 | 0.50 | 0.28 | 90 | 0.39 | 0.54 |
| Hex | 8A | B8 | 5C | 19 | 0 | 32 | 1C | 5A | 27 | 36 |
| Octal | 212 | 270 | 134 | 31 | 0 | 62 | 34 | 132 | 47 | 66 |
| Binary | 10001010 | 10111000 | 1011100 | 11001 | 0 | 110010 | 11100 | 1011010 | 100111 | 110110 |
Color Harmonies of #8AB85C
Complementary color
Monochromatic Colors of #8AB85C
Black with #8AB85C
Text Example
Text Example
White with #8AB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB85C; }
p { color: rgb(138,184,92); }
H1.HeaderClassName
{
color: #8AB85C;
}
.AnyTagClassName
{
color: #8AB85C;
}
</style>
background-color css
<style>
a { background-color: #8AB85C; }
a { background-color: rgb(138,184,92); }
div.DivClassName
{
background-color: #8AB85C;
}
.BgClassName
{
background-color: #8AB85C;
}
</style>
border-color css
<style>
span { border-color: #8AB85C; }
span { border-color: rgb(138,184,92); }
td.TdClassName
{
border-color: #8AB85C;
}
.TagClassName
{
border-color: #8AB85C;
}
</style>