Shades of Yellow Green #8CB93D
Tints of Yellow Green #8CB93D
RGB
CMYK
RGB Variations
Color information
#8CB93D (or 0x8CB93D) is known color: Yellow Green. HEX triplet: 8C, B9 and 3D. RGB value is (140,185,61). Sum of RGB (Red+Green+Blue) = 140+185+61=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB93D is #7346C2. Grayscale: #9D9D9D. Windows color (decimal): -7554755 or 4045196. OLE color: 4045196.
HSL color Cylindrical-coordinate representation of color #8CB93D: hue angle of 81.77º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CB93D is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 61 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.27 |
| HSL | 81.77º | 0.5% | 0.48% | - |
| HSV(B) | 81.77º | 0.67% | 0.73% | - |
| XYZ | 29.01 | 40.61 | 10.72 | - |
| YUV | 157.41 | 73.59 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 61 | 0.24 | 0 | 0.67 | 0.27 | 81.77 | 0.5 | 0.48 |
| Hex | 8C | B9 | 3D | 18 | 0 | 43 | 1B | 52 | 32 | 30 |
| Octal | 214 | 271 | 75 | 30 | 0 | 103 | 33 | 122 | 62 | 60 |
| Binary | 10001100 | 10111001 | 111101 | 11000 | 0 | 1000011 | 11011 | 1010010 | 110010 | 110000 |
Color Harmonies of #8CB93D
Complementary color
Monochromatic Colors of #8CB93D
Black with #8CB93D
Text Example
Text Example
White with #8CB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB93D; }
p { color: rgb(140,185,61); }
H1.HeaderClassName
{
color: #8CB93D;
}
.AnyTagClassName
{
color: #8CB93D;
}
</style>
background-color css
<style>
a { background-color: #8CB93D; }
a { background-color: rgb(140,185,61); }
div.DivClassName
{
background-color: #8CB93D;
}
.BgClassName
{
background-color: #8CB93D;
}
</style>
border-color css
<style>
span { border-color: #8CB93D; }
span { border-color: rgb(140,185,61); }
td.TdClassName
{
border-color: #8CB93D;
}
.TagClassName
{
border-color: #8CB93D;
}
</style>