Shades of Chelsea Cucumber #8AB264
Tints of Chelsea Cucumber #8AB264
RGB
CMYK
RGB Variations
Color information
#8AB264 (or 0x8AB264) is known color: Chelsea Cucumber. HEX triplet: 8A, B2 and 64. RGB value is (138,178,100). Sum of RGB (Red+Green+Blue) = 138+178+100=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB264 is #754D9B. Grayscale: #9D9D9D. Windows color (decimal): -7687580 or 6599306. OLE color: 6599306.
HSL color Cylindrical-coordinate representation of color #8AB264: hue angle of 90.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AB264 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 100 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.30 |
| HSL | 90.77º | 0.34% | 0.55% | - |
| HSV(B) | 90.77º | 0.44% | 0.7% | - |
| XYZ | 28.7 | 38.16 | 17.91 | - |
| YUV | 157.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 100 | 0.22 | 0 | 0.44 | 0.30 | 90.77 | 0.34 | 0.55 |
| Hex | 8A | B2 | 64 | 16 | 0 | 2C | 1E | 5B | 22 | 37 |
| Octal | 212 | 262 | 144 | 26 | 0 | 54 | 36 | 133 | 42 | 67 |
| Binary | 10001010 | 10110010 | 1100100 | 10110 | 0 | 101100 | 11110 | 1011011 | 100010 | 110111 |
Color Harmonies of #8AB264
Complementary color
Monochromatic Colors of #8AB264
Black with #8AB264
Text Example
Text Example
White with #8AB264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB264; }
p { color: rgb(138,178,100); }
H1.HeaderClassName
{
color: #8AB264;
}
.AnyTagClassName
{
color: #8AB264;
}
</style>
background-color css
<style>
a { background-color: #8AB264; }
a { background-color: rgb(138,178,100); }
div.DivClassName
{
background-color: #8AB264;
}
.BgClassName
{
background-color: #8AB264;
}
</style>
border-color css
<style>
span { border-color: #8AB264; }
span { border-color: rgb(138,178,100); }
td.TdClassName
{
border-color: #8AB264;
}
.TagClassName
{
border-color: #8AB264;
}
</style>