Shades of Chelsea Cucumber #8AB250
Tints of Chelsea Cucumber #8AB250
RGB
CMYK
RGB Variations
Color information
#8AB250 (or 0x8AB250) is known color: Chelsea Cucumber. HEX triplet: 8A, B2 and 50. RGB value is (138,178,80). Sum of RGB (Red+Green+Blue) = 138+178+80=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB250 is #754DAF. Grayscale: #9B9B9B. Windows color (decimal): -7687600 or 5288586. OLE color: 5288586.
HSL color Cylindrical-coordinate representation of color #8AB250: hue angle of 84.49º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AB250 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 80 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.30 |
| HSL | 84.49º | 0.39% | 0.51% | - |
| HSV(B) | 84.49º | 0.55% | 0.7% | - |
| XYZ | 27.85 | 37.82 | 13.42 | - |
| YUV | 154.87 | 85.75 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 80 | 0.22 | 0 | 0.55 | 0.30 | 84.49 | 0.39 | 0.51 |
| Hex | 8A | B2 | 50 | 16 | 0 | 37 | 1E | 54 | 27 | 33 |
| Octal | 212 | 262 | 120 | 26 | 0 | 67 | 36 | 124 | 47 | 63 |
| Binary | 10001010 | 10110010 | 1010000 | 10110 | 0 | 110111 | 11110 | 1010100 | 100111 | 110011 |
Color Harmonies of #8AB250
Complementary color
Monochromatic Colors of #8AB250
Black with #8AB250
Text Example
Text Example
White with #8AB250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB250; }
p { color: rgb(138,178,80); }
H1.HeaderClassName
{
color: #8AB250;
}
.AnyTagClassName
{
color: #8AB250;
}
</style>
background-color css
<style>
a { background-color: #8AB250; }
a { background-color: rgb(138,178,80); }
div.DivClassName
{
background-color: #8AB250;
}
.BgClassName
{
background-color: #8AB250;
}
</style>
border-color css
<style>
span { border-color: #8AB250; }
span { border-color: rgb(138,178,80); }
td.TdClassName
{
border-color: #8AB250;
}
.TagClassName
{
border-color: #8AB250;
}
</style>