Shades of Chelsea Cucumber #8ABA4B
Tints of Chelsea Cucumber #8ABA4B
RGB
CMYK
RGB Variations
Color information
#8ABA4B (or 0x8ABA4B) is known color: Chelsea Cucumber. HEX triplet: 8A, BA and 4B. RGB value is (138,186,75). Sum of RGB (Red+Green+Blue) = 138+186+75=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA4B is #7545B4. Grayscale: #9F9F9F. Windows color (decimal): -7685557 or 4962954. OLE color: 4962954.
HSL color Cylindrical-coordinate representation of color #8ABA4B: hue angle of 85.95º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8ABA4B is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 75 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.27 |
| HSL | 85.95º | 0.45% | 0.51% | - |
| HSV(B) | 85.95º | 0.6% | 0.73% | - |
| XYZ | 29.31 | 41.03 | 13.03 | - |
| YUV | 158.99 | 80.6 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 75 | 0.26 | 0 | 0.60 | 0.27 | 85.95 | 0.45 | 0.51 |
| Hex | 8A | BA | 4B | 1A | 0 | 3C | 1B | 56 | 2D | 33 |
| Octal | 212 | 272 | 113 | 32 | 0 | 74 | 33 | 126 | 55 | 63 |
| Binary | 10001010 | 10111010 | 1001011 | 11010 | 0 | 111100 | 11011 | 1010110 | 101101 | 110011 |
Color Harmonies of #8ABA4B
Complementary color
Monochromatic Colors of #8ABA4B
Black with #8ABA4B
Text Example
Text Example
White with #8ABA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA4B; }
p { color: rgb(138,186,75); }
H1.HeaderClassName
{
color: #8ABA4B;
}
.AnyTagClassName
{
color: #8ABA4B;
}
</style>
background-color css
<style>
a { background-color: #8ABA4B; }
a { background-color: rgb(138,186,75); }
div.DivClassName
{
background-color: #8ABA4B;
}
.BgClassName
{
background-color: #8ABA4B;
}
</style>
border-color css
<style>
span { border-color: #8ABA4B; }
span { border-color: rgb(138,186,75); }
td.TdClassName
{
border-color: #8ABA4B;
}
.TagClassName
{
border-color: #8ABA4B;
}
</style>