Shades of Chelsea Cucumber #8AB75B
Tints of Chelsea Cucumber #8AB75B
RGB
CMYK
RGB Variations
Color information
#8AB75B (or 0x8AB75B) is known color: Chelsea Cucumber. HEX triplet: 8A, B7 and 5B. RGB value is (138,183,91). Sum of RGB (Red+Green+Blue) = 138+183+91=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB75B is #7548A4. Grayscale: #9F9F9F. Windows color (decimal): -7686309 or 6010762. OLE color: 6010762.
HSL color Cylindrical-coordinate representation of color #8AB75B: hue angle of 89.35º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AB75B is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 91 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.28 |
| HSL | 89.35º | 0.39% | 0.54% | - |
| HSV(B) | 89.35º | 0.5% | 0.72% | - |
| XYZ | 29.3 | 40.03 | 16.08 | - |
| YUV | 159.06 | 89.59 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 91 | 0.25 | 0 | 0.50 | 0.28 | 89.35 | 0.39 | 0.54 |
| Hex | 8A | B7 | 5B | 19 | 0 | 32 | 1C | 59 | 27 | 36 |
| Octal | 212 | 267 | 133 | 31 | 0 | 62 | 34 | 131 | 47 | 66 |
| Binary | 10001010 | 10110111 | 1011011 | 11001 | 0 | 110010 | 11100 | 1011001 | 100111 | 110110 |
Color Harmonies of #8AB75B
Complementary color
Monochromatic Colors of #8AB75B
Black with #8AB75B
Text Example
Text Example
White with #8AB75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB75B; }
p { color: rgb(138,183,91); }
H1.HeaderClassName
{
color: #8AB75B;
}
.AnyTagClassName
{
color: #8AB75B;
}
</style>
background-color css
<style>
a { background-color: #8AB75B; }
a { background-color: rgb(138,183,91); }
div.DivClassName
{
background-color: #8AB75B;
}
.BgClassName
{
background-color: #8AB75B;
}
</style>
border-color css
<style>
span { border-color: #8AB75B; }
span { border-color: rgb(138,183,91); }
td.TdClassName
{
border-color: #8AB75B;
}
.TagClassName
{
border-color: #8AB75B;
}
</style>