Shades of Yellow Green #8CBC3D
Tints of Yellow Green #8CBC3D
RGB
CMYK
RGB Variations
Color information
#8CBC3D (or 0x8CBC3D) is known color: Yellow Green. HEX triplet: 8C, BC and 3D. RGB value is (140,188,61). Sum of RGB (Red+Green+Blue) = 140+188+61=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC3D is #7343C2. Grayscale: #9F9F9F. Windows color (decimal): -7553987 or 4045964. OLE color: 4045964.
HSL color Cylindrical-coordinate representation of color #8CBC3D: hue angle of 82.68º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CBC3D is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 61 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.26 |
| HSL | 82.68º | 0.51% | 0.49% | - |
| HSV(B) | 82.68º | 0.68% | 0.74% | - |
| XYZ | 29.64 | 41.88 | 10.94 | - |
| YUV | 159.17 | 72.6 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 61 | 0.26 | 0 | 0.68 | 0.26 | 82.68 | 0.51 | 0.49 |
| Hex | 8C | BC | 3D | 1A | 0 | 44 | 1A | 53 | 33 | 31 |
| Octal | 214 | 274 | 75 | 32 | 0 | 104 | 32 | 123 | 63 | 61 |
| Binary | 10001100 | 10111100 | 111101 | 11010 | 0 | 1000100 | 11010 | 1010011 | 110011 | 110001 |
Color Harmonies of #8CBC3D
Complementary color
Monochromatic Colors of #8CBC3D
Black with #8CBC3D
Text Example
Text Example
White with #8CBC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC3D; }
p { color: rgb(140,188,61); }
H1.HeaderClassName
{
color: #8CBC3D;
}
.AnyTagClassName
{
color: #8CBC3D;
}
</style>
background-color css
<style>
a { background-color: #8CBC3D; }
a { background-color: rgb(140,188,61); }
div.DivClassName
{
background-color: #8CBC3D;
}
.BgClassName
{
background-color: #8CBC3D;
}
</style>
border-color css
<style>
span { border-color: #8CBC3D; }
span { border-color: rgb(140,188,61); }
td.TdClassName
{
border-color: #8CBC3D;
}
.TagClassName
{
border-color: #8CBC3D;
}
</style>