Shades of Chelsea Cucumber #8AB04B
Tints of Chelsea Cucumber #8AB04B
RGB
CMYK
RGB Variations
Color information
#8AB04B (or 0x8AB04B) is known color: Chelsea Cucumber. HEX triplet: 8A, B0 and 4B. RGB value is (138,176,75). Sum of RGB (Red+Green+Blue) = 138+176+75=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB04B is #754FB4. Grayscale: #999999. Windows color (decimal): -7688117 or 4960394. OLE color: 4960394.
HSL color Cylindrical-coordinate representation of color #8AB04B: hue angle of 82.57º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AB04B is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 75 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.31 |
| HSL | 82.57º | 0.4% | 0.49% | - |
| HSV(B) | 82.57º | 0.57% | 0.69% | - |
| XYZ | 27.28 | 36.96 | 12.35 | - |
| YUV | 153.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 75 | 0.22 | 0 | 0.57 | 0.31 | 82.57 | 0.4 | 0.49 |
| Hex | 8A | B0 | 4B | 16 | 0 | 39 | 1F | 53 | 28 | 31 |
| Octal | 212 | 260 | 113 | 26 | 0 | 71 | 37 | 123 | 50 | 61 |
| Binary | 10001010 | 10110000 | 1001011 | 10110 | 0 | 111001 | 11111 | 1010011 | 101000 | 110001 |
Color Harmonies of #8AB04B
Complementary color
Monochromatic Colors of #8AB04B
Black with #8AB04B
Text Example
Text Example
White with #8AB04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB04B; }
p { color: rgb(138,176,75); }
H1.HeaderClassName
{
color: #8AB04B;
}
.AnyTagClassName
{
color: #8AB04B;
}
</style>
background-color css
<style>
a { background-color: #8AB04B; }
a { background-color: rgb(138,176,75); }
div.DivClassName
{
background-color: #8AB04B;
}
.BgClassName
{
background-color: #8AB04B;
}
</style>
border-color css
<style>
span { border-color: #8AB04B; }
span { border-color: rgb(138,176,75); }
td.TdClassName
{
border-color: #8AB04B;
}
.TagClassName
{
border-color: #8AB04B;
}
</style>