Shades of Chelsea Cucumber #8AB452
Tints of Chelsea Cucumber #8AB452
RGB
CMYK
RGB Variations
Color information
#8AB452 (or 0x8AB452) is known color: Chelsea Cucumber. HEX triplet: 8A, B4 and 52. RGB value is (138,180,82). Sum of RGB (Red+Green+Blue) = 138+180+82=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB452 is #754BAD. Grayscale: #9C9C9C. Windows color (decimal): -7687086 or 5420170. OLE color: 5420170.
HSL color Cylindrical-coordinate representation of color #8AB452: hue angle of 85.71º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AB452 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 82 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.29 |
| HSL | 85.71º | 0.4% | 0.51% | - |
| HSV(B) | 85.71º | 0.54% | 0.71% | - |
| XYZ | 28.33 | 38.65 | 13.95 | - |
| YUV | 156.27 | 86.09 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 82 | 0.23 | 0 | 0.54 | 0.29 | 85.71 | 0.4 | 0.51 |
| Hex | 8A | B4 | 52 | 17 | 0 | 36 | 1D | 56 | 28 | 33 |
| Octal | 212 | 264 | 122 | 27 | 0 | 66 | 35 | 126 | 50 | 63 |
| Binary | 10001010 | 10110100 | 1010010 | 10111 | 0 | 110110 | 11101 | 1010110 | 101000 | 110011 |
Color Harmonies of #8AB452
Complementary color
Monochromatic Colors of #8AB452
Black with #8AB452
Text Example
Text Example
White with #8AB452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB452; }
p { color: rgb(138,180,82); }
H1.HeaderClassName
{
color: #8AB452;
}
.AnyTagClassName
{
color: #8AB452;
}
</style>
background-color css
<style>
a { background-color: #8AB452; }
a { background-color: rgb(138,180,82); }
div.DivClassName
{
background-color: #8AB452;
}
.BgClassName
{
background-color: #8AB452;
}
</style>
border-color css
<style>
span { border-color: #8AB452; }
span { border-color: rgb(138,180,82); }
td.TdClassName
{
border-color: #8AB452;
}
.TagClassName
{
border-color: #8AB452;
}
</style>