Shades of Chelsea Cucumber #8AB15C
Tints of Chelsea Cucumber #8AB15C
RGB
CMYK
RGB Variations
Color information
#8AB15C (or 0x8AB15C) is known color: Chelsea Cucumber. HEX triplet: 8A, B1 and 5C. RGB value is (138,177,92). Sum of RGB (Red+Green+Blue) = 138+177+92=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB15C is #754EA3. Grayscale: #9B9B9B. Windows color (decimal): -7687844 or 6074762. OLE color: 6074762.
HSL color Cylindrical-coordinate representation of color #8AB15C: hue angle of 87.53º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AB15C is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 92 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.31 |
| HSL | 87.53º | 0.35% | 0.53% | - |
| HSV(B) | 87.53º | 0.48% | 0.69% | - |
| XYZ | 28.14 | 37.62 | 15.9 | - |
| YUV | 155.65 | 92.08 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 92 | 0.22 | 0 | 0.48 | 0.31 | 87.53 | 0.35 | 0.53 |
| Hex | 8A | B1 | 5C | 16 | 0 | 30 | 1F | 58 | 23 | 35 |
| Octal | 212 | 261 | 134 | 26 | 0 | 60 | 37 | 130 | 43 | 65 |
| Binary | 10001010 | 10110001 | 1011100 | 10110 | 0 | 110000 | 11111 | 1011000 | 100011 | 110101 |
Color Harmonies of #8AB15C
Complementary color
Monochromatic Colors of #8AB15C
Black with #8AB15C
Text Example
Text Example
White with #8AB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB15C; }
p { color: rgb(138,177,92); }
H1.HeaderClassName
{
color: #8AB15C;
}
.AnyTagClassName
{
color: #8AB15C;
}
</style>
background-color css
<style>
a { background-color: #8AB15C; }
a { background-color: rgb(138,177,92); }
div.DivClassName
{
background-color: #8AB15C;
}
.BgClassName
{
background-color: #8AB15C;
}
</style>
border-color css
<style>
span { border-color: #8AB15C; }
span { border-color: rgb(138,177,92); }
td.TdClassName
{
border-color: #8AB15C;
}
.TagClassName
{
border-color: #8AB15C;
}
</style>