Shades of Chelsea Cucumber #8ABD48
Tints of Chelsea Cucumber #8ABD48
RGB
CMYK
RGB Variations
Color information
#8ABD48 (or 0x8ABD48) is known color: Chelsea Cucumber. HEX triplet: 8A, BD and 48. RGB value is (138,189,72). Sum of RGB (Red+Green+Blue) = 138+189+72=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABD48 is #7542B7. Grayscale: #A0A0A0. Windows color (decimal): -7684792 or 4767114. OLE color: 4767114.
HSL color Cylindrical-coordinate representation of color #8ABD48: hue angle of 86.15º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8ABD48 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 189 | 72 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.26 |
| HSL | 86.15º | 0.47% | 0.51% | - |
| HSV(B) | 86.15º | 0.62% | 0.74% | - |
| XYZ | 29.85 | 42.27 | 12.72 | - |
| YUV | 160.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 72 | 0.27 | 0 | 0.62 | 0.26 | 86.15 | 0.47 | 0.51 |
| Hex | 8A | BD | 48 | 1B | 0 | 3E | 1A | 56 | 2F | 33 |
| Octal | 212 | 275 | 110 | 33 | 0 | 76 | 32 | 126 | 57 | 63 |
| Binary | 10001010 | 10111101 | 1001000 | 11011 | 0 | 111110 | 11010 | 1010110 | 101111 | 110011 |
Color Harmonies of #8ABD48
Complementary color
Monochromatic Colors of #8ABD48
Black with #8ABD48
Text Example
Text Example
White with #8ABD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABD48; }
p { color: rgb(138,189,72); }
H1.HeaderClassName
{
color: #8ABD48;
}
.AnyTagClassName
{
color: #8ABD48;
}
</style>
background-color css
<style>
a { background-color: #8ABD48; }
a { background-color: rgb(138,189,72); }
div.DivClassName
{
background-color: #8ABD48;
}
.BgClassName
{
background-color: #8ABD48;
}
</style>
border-color css
<style>
span { border-color: #8ABD48; }
span { border-color: rgb(138,189,72); }
td.TdClassName
{
border-color: #8ABD48;
}
.TagClassName
{
border-color: #8ABD48;
}
</style>