Shades of Chelsea Cucumber #8AB841
Tints of Chelsea Cucumber #8AB841
RGB
CMYK
RGB Variations
Color information
#8AB841 (or 0x8AB841) is known color: Chelsea Cucumber. HEX triplet: 8A, B8 and 41. RGB value is (138,184,65). Sum of RGB (Red+Green+Blue) = 138+184+65=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB841 is #7547BE. Grayscale: #9D9D9D. Windows color (decimal): -7686079 or 4307082. OLE color: 4307082.
HSL color Cylindrical-coordinate representation of color #8AB841: hue angle of 83.19º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8AB841 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 65 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.28 |
| HSL | 83.19º | 0.48% | 0.49% | - |
| HSV(B) | 83.19º | 0.65% | 0.72% | - |
| XYZ | 28.58 | 40.07 | 11.23 | - |
| YUV | 156.68 | 76.26 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 65 | 0.25 | 0 | 0.65 | 0.28 | 83.19 | 0.48 | 0.49 |
| Hex | 8A | B8 | 41 | 19 | 0 | 41 | 1C | 53 | 30 | 31 |
| Octal | 212 | 270 | 101 | 31 | 0 | 101 | 34 | 123 | 60 | 61 |
| Binary | 10001010 | 10111000 | 1000001 | 11001 | 0 | 1000001 | 11100 | 1010011 | 110000 | 110001 |
Color Harmonies of #8AB841
Complementary color
Monochromatic Colors of #8AB841
Black with #8AB841
Text Example
Text Example
White with #8AB841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB841; }
p { color: rgb(138,184,65); }
H1.HeaderClassName
{
color: #8AB841;
}
.AnyTagClassName
{
color: #8AB841;
}
</style>
background-color css
<style>
a { background-color: #8AB841; }
a { background-color: rgb(138,184,65); }
div.DivClassName
{
background-color: #8AB841;
}
.BgClassName
{
background-color: #8AB841;
}
</style>
border-color css
<style>
span { border-color: #8AB841; }
span { border-color: rgb(138,184,65); }
td.TdClassName
{
border-color: #8AB841;
}
.TagClassName
{
border-color: #8AB841;
}
</style>