Shades of Chelsea Cucumber #8AB64B
Tints of Chelsea Cucumber #8AB64B
RGB
CMYK
RGB Variations
Color information
#8AB64B (or 0x8AB64B) is known color: Chelsea Cucumber. HEX triplet: 8A, B6 and 4B. RGB value is (138,182,75). Sum of RGB (Red+Green+Blue) = 138+182+75=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB64B is #7549B4. Grayscale: #9D9D9D. Windows color (decimal): -7686581 or 4961930. OLE color: 4961930.
HSL color Cylindrical-coordinate representation of color #8AB64B: hue angle of 84.67º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AB64B is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 182 | 75 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.29 |
| HSL | 84.67º | 0.42% | 0.5% | - |
| HSV(B) | 84.67º | 0.59% | 0.71% | - |
| XYZ | 28.48 | 39.37 | 12.75 | - |
| YUV | 156.65 | 81.92 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 75 | 0.24 | 0 | 0.59 | 0.29 | 84.67 | 0.42 | 0.5 |
| Hex | 8A | B6 | 4B | 18 | 0 | 3B | 1D | 55 | 2A | 32 |
| Octal | 212 | 266 | 113 | 30 | 0 | 73 | 35 | 125 | 52 | 62 |
| Binary | 10001010 | 10110110 | 1001011 | 11000 | 0 | 111011 | 11101 | 1010101 | 101010 | 110010 |
Color Harmonies of #8AB64B
Complementary color
Monochromatic Colors of #8AB64B
Black with #8AB64B
Text Example
Text Example
White with #8AB64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB64B; }
p { color: rgb(138,182,75); }
H1.HeaderClassName
{
color: #8AB64B;
}
.AnyTagClassName
{
color: #8AB64B;
}
</style>
background-color css
<style>
a { background-color: #8AB64B; }
a { background-color: rgb(138,182,75); }
div.DivClassName
{
background-color: #8AB64B;
}
.BgClassName
{
background-color: #8AB64B;
}
</style>
border-color css
<style>
span { border-color: #8AB64B; }
span { border-color: rgb(138,182,75); }
td.TdClassName
{
border-color: #8AB64B;
}
.TagClassName
{
border-color: #8AB64B;
}
</style>