Shades of Chelsea Cucumber #8AB365
Tints of Chelsea Cucumber #8AB365
RGB
CMYK
RGB Variations
Color information
#8AB365 (or 0x8AB365) is known color: Chelsea Cucumber. HEX triplet: 8A, B3 and 65. RGB value is (138,179,101). Sum of RGB (Red+Green+Blue) = 138+179+101=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB365 is #754C9A. Grayscale: #9E9E9E. Windows color (decimal): -7687323 or 6665098. OLE color: 6665098.
HSL color Cylindrical-coordinate representation of color #8AB365: hue angle of 91.54º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AB365 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 101 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.30 |
| HSL | 91.54º | 0.34% | 0.55% | - |
| HSV(B) | 91.54º | 0.44% | 0.7% | - |
| XYZ | 28.95 | 38.58 | 18.23 | - |
| YUV | 157.85 | 95.92 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 101 | 0.23 | 0 | 0.44 | 0.30 | 91.54 | 0.34 | 0.55 |
| Hex | 8A | B3 | 65 | 17 | 0 | 2C | 1E | 5C | 22 | 37 |
| Octal | 212 | 263 | 145 | 27 | 0 | 54 | 36 | 134 | 42 | 67 |
| Binary | 10001010 | 10110011 | 1100101 | 10111 | 0 | 101100 | 11110 | 1011100 | 100010 | 110111 |
Color Harmonies of #8AB365
Complementary color
Monochromatic Colors of #8AB365
Black with #8AB365
Text Example
Text Example
White with #8AB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB365; }
p { color: rgb(138,179,101); }
H1.HeaderClassName
{
color: #8AB365;
}
.AnyTagClassName
{
color: #8AB365;
}
</style>
background-color css
<style>
a { background-color: #8AB365; }
a { background-color: rgb(138,179,101); }
div.DivClassName
{
background-color: #8AB365;
}
.BgClassName
{
background-color: #8AB365;
}
</style>
border-color css
<style>
span { border-color: #8AB365; }
span { border-color: rgb(138,179,101); }
td.TdClassName
{
border-color: #8AB365;
}
.TagClassName
{
border-color: #8AB365;
}
</style>