Shades of Chelsea Cucumber #8AB94B
Tints of Chelsea Cucumber #8AB94B
RGB
CMYK
RGB Variations
Color information
#8AB94B (or 0x8AB94B) is known color: Chelsea Cucumber. HEX triplet: 8A, B9 and 4B. RGB value is (138,185,75). Sum of RGB (Red+Green+Blue) = 138+185+75=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB94B is #7546B4. Grayscale: #9E9E9E. Windows color (decimal): -7685813 or 4962698. OLE color: 4962698.
HSL color Cylindrical-coordinate representation of color #8AB94B: hue angle of 85.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AB94B is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 75 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.27 |
| HSL | 85.64º | 0.44% | 0.51% | - |
| HSV(B) | 85.64º | 0.59% | 0.73% | - |
| XYZ | 29.1 | 40.61 | 12.96 | - |
| YUV | 158.41 | 80.93 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 75 | 0.25 | 0 | 0.59 | 0.27 | 85.64 | 0.44 | 0.51 |
| Hex | 8A | B9 | 4B | 19 | 0 | 3B | 1B | 56 | 2C | 33 |
| Octal | 212 | 271 | 113 | 31 | 0 | 73 | 33 | 126 | 54 | 63 |
| Binary | 10001010 | 10111001 | 1001011 | 11001 | 0 | 111011 | 11011 | 1010110 | 101100 | 110011 |
Color Harmonies of #8AB94B
Complementary color
Monochromatic Colors of #8AB94B
Black with #8AB94B
Text Example
Text Example
White with #8AB94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB94B; }
p { color: rgb(138,185,75); }
H1.HeaderClassName
{
color: #8AB94B;
}
.AnyTagClassName
{
color: #8AB94B;
}
</style>
background-color css
<style>
a { background-color: #8AB94B; }
a { background-color: rgb(138,185,75); }
div.DivClassName
{
background-color: #8AB94B;
}
.BgClassName
{
background-color: #8AB94B;
}
</style>
border-color css
<style>
span { border-color: #8AB94B; }
span { border-color: rgb(138,185,75); }
td.TdClassName
{
border-color: #8AB94B;
}
.TagClassName
{
border-color: #8AB94B;
}
</style>