Shades of Chelsea Cucumber #8AB753
Tints of Chelsea Cucumber #8AB753
RGB
CMYK
RGB Variations
Color information
#8AB753 (or 0x8AB753) is known color: Chelsea Cucumber. HEX triplet: 8A, B7 and 53. RGB value is (138,183,83). Sum of RGB (Red+Green+Blue) = 138+183+83=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB753 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB753 is #7548AC. Grayscale: #9E9E9E. Windows color (decimal): -7686317 or 5486474. OLE color: 5486474.
HSL color Cylindrical-coordinate representation of color #8AB753: hue angle of 87º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AB753 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 83 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.28 |
| HSL | 87º | 0.41% | 0.52% | - |
| HSV(B) | 87º | 0.55% | 0.72% | - |
| XYZ | 28.98 | 39.89 | 14.36 | - |
| YUV | 158.15 | 85.59 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 83 | 0.25 | 0 | 0.55 | 0.28 | 87 | 0.41 | 0.52 |
| Hex | 8A | B7 | 53 | 19 | 0 | 37 | 1C | 57 | 29 | 34 |
| Octal | 212 | 267 | 123 | 31 | 0 | 67 | 34 | 127 | 51 | 64 |
| Binary | 10001010 | 10110111 | 1010011 | 11001 | 0 | 110111 | 11100 | 1010111 | 101001 | 110100 |
Color Harmonies of #8AB753
Complementary color
Monochromatic Colors of #8AB753
Black with #8AB753
Text Example
Text Example
White with #8AB753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB753; }
p { color: rgb(138,183,83); }
H1.HeaderClassName
{
color: #8AB753;
}
.AnyTagClassName
{
color: #8AB753;
}
</style>
background-color css
<style>
a { background-color: #8AB753; }
a { background-color: rgb(138,183,83); }
div.DivClassName
{
background-color: #8AB753;
}
.BgClassName
{
background-color: #8AB753;
}
</style>
border-color css
<style>
span { border-color: #8AB753; }
span { border-color: rgb(138,183,83); }
td.TdClassName
{
border-color: #8AB753;
}
.TagClassName
{
border-color: #8AB753;
}
</style>