Shades of Summer Green #8CB298
Tints of Summer Green #8CB298
RGB
CMYK
RGB Variations
Color information
#8CB298 (or 0x8CB298) is known color: Summer Green. HEX triplet: 8C, B2 and 98. RGB value is (140,178,152). Sum of RGB (Red+Green+Blue) = 140+178+152=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB298 is #734D67. Grayscale: #A3A3A3. Windows color (decimal): -7556456 or 10007180. OLE color: 10007180.
HSL color Cylindrical-coordinate representation of color #8CB298: hue angle of 138.95º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CB298 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 178 | 152 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.30 |
| HSL | 138.95º | 0.2% | 0.62% | - |
| HSV(B) | 138.95º | 0.21% | 0.7% | - |
| XYZ | 32.4 | 39.68 | 35.66 | - |
| YUV | 163.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 152 | 0.21 | 0 | 0.15 | 0.30 | 138.95 | 0.2 | 0.62 |
| Hex | 8C | B2 | 98 | 15 | 0 | F | 1E | 8B | 14 | 3E |
| Octal | 214 | 262 | 230 | 25 | 0 | 17 | 36 | 213 | 24 | 76 |
| Binary | 10001100 | 10110010 | 10011000 | 10101 | 0 | 1111 | 11110 | 10001011 | 10100 | 111110 |
Color Harmonies of #8CB298
Complementary color
Monochromatic Colors of #8CB298
Black with #8CB298
Text Example
Text Example
White with #8CB298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB298; }
p { color: rgb(140,178,152); }
H1.HeaderClassName
{
color: #8CB298;
}
.AnyTagClassName
{
color: #8CB298;
}
</style>
background-color css
<style>
a { background-color: #8CB298; }
a { background-color: rgb(140,178,152); }
div.DivClassName
{
background-color: #8CB298;
}
.BgClassName
{
background-color: #8CB298;
}
</style>
border-color css
<style>
span { border-color: #8CB298; }
span { border-color: rgb(140,178,152); }
td.TdClassName
{
border-color: #8CB298;
}
.TagClassName
{
border-color: #8CB298;
}
</style>