Shades of Chelsea Cucumber #8CB449
Tints of Chelsea Cucumber #8CB449
RGB
CMYK
RGB Variations
Color information
#8CB449 (or 0x8CB449) is known color: Chelsea Cucumber. HEX triplet: 8C, B4 and 49. RGB value is (140,180,73). Sum of RGB (Red+Green+Blue) = 140+180+73=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB449 is #734BB6. Grayscale: #9C9C9C. Windows color (decimal): -7556023 or 4830348. OLE color: 4830348.
HSL color Cylindrical-coordinate representation of color #8CB449: hue angle of 82.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CB449 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 73 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.29 |
| HSL | 82.43º | 0.42% | 0.5% | - |
| HSV(B) | 82.43º | 0.59% | 0.71% | - |
| XYZ | 28.34 | 38.7 | 12.28 | - |
| YUV | 155.84 | 81.25 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 73 | 0.22 | 0 | 0.59 | 0.29 | 82.43 | 0.42 | 0.5 |
| Hex | 8C | B4 | 49 | 16 | 0 | 3B | 1D | 52 | 2A | 32 |
| Octal | 214 | 264 | 111 | 26 | 0 | 73 | 35 | 122 | 52 | 62 |
| Binary | 10001100 | 10110100 | 1001001 | 10110 | 0 | 111011 | 11101 | 1010010 | 101010 | 110010 |
Color Harmonies of #8CB449
Complementary color
Monochromatic Colors of #8CB449
Black with #8CB449
Text Example
Text Example
White with #8CB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB449; }
p { color: rgb(140,180,73); }
H1.HeaderClassName
{
color: #8CB449;
}
.AnyTagClassName
{
color: #8CB449;
}
</style>
background-color css
<style>
a { background-color: #8CB449; }
a { background-color: rgb(140,180,73); }
div.DivClassName
{
background-color: #8CB449;
}
.BgClassName
{
background-color: #8CB449;
}
</style>
border-color css
<style>
span { border-color: #8CB449; }
span { border-color: rgb(140,180,73); }
td.TdClassName
{
border-color: #8CB449;
}
.TagClassName
{
border-color: #8CB449;
}
</style>