Shades of Chelsea Cucumber #8CBA48
Tints of Chelsea Cucumber #8CBA48
RGB
CMYK
RGB Variations
Color information
#8CBA48 (or 0x8CBA48) is known color: Chelsea Cucumber. HEX triplet: 8C, BA and 48. RGB value is (140,186,72). Sum of RGB (Red+Green+Blue) = 140+186+72=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA48 is #7345B7. Grayscale: #9F9F9F. Windows color (decimal): -7554488 or 4766348. OLE color: 4766348.
HSL color Cylindrical-coordinate representation of color #8CBA48: hue angle of 84.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CBA48 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 72 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.27 |
| HSL | 84.21º | 0.45% | 0.51% | - |
| HSV(B) | 84.21º | 0.61% | 0.73% | - |
| XYZ | 29.54 | 41.16 | 12.52 | - |
| YUV | 159.25 | 78.76 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 72 | 0.25 | 0 | 0.61 | 0.27 | 84.21 | 0.45 | 0.51 |
| Hex | 8C | BA | 48 | 19 | 0 | 3D | 1B | 54 | 2D | 33 |
| Octal | 214 | 272 | 110 | 31 | 0 | 75 | 33 | 124 | 55 | 63 |
| Binary | 10001100 | 10111010 | 1001000 | 11001 | 0 | 111101 | 11011 | 1010100 | 101101 | 110011 |
Color Harmonies of #8CBA48
Complementary color
Monochromatic Colors of #8CBA48
Black with #8CBA48
Text Example
Text Example
White with #8CBA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA48; }
p { color: rgb(140,186,72); }
H1.HeaderClassName
{
color: #8CBA48;
}
.AnyTagClassName
{
color: #8CBA48;
}
</style>
background-color css
<style>
a { background-color: #8CBA48; }
a { background-color: rgb(140,186,72); }
div.DivClassName
{
background-color: #8CBA48;
}
.BgClassName
{
background-color: #8CBA48;
}
</style>
border-color css
<style>
span { border-color: #8CBA48; }
span { border-color: rgb(140,186,72); }
td.TdClassName
{
border-color: #8CBA48;
}
.TagClassName
{
border-color: #8CBA48;
}
</style>