Shades of Yellow Green #88C326
Tints of Yellow Green #88C326
RGB
CMYK
RGB Variations
Color information
#88C326 (or 0x88C326) is known color: Yellow Green. HEX triplet: 88, C3 and 26. RGB value is (136,195,38). Sum of RGB (Red+Green+Blue) = 136+195+38=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #88C326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C326 is #773CD9. Grayscale: #A0A0A0. Windows color (decimal): -7814362 or 2540424. OLE color: 2540424.
HSL color Cylindrical-coordinate representation of color #88C326: hue angle of 82.55º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #88C326 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 38 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.24 |
| HSL | 82.55º | 0.67% | 0.46% | - |
| HSV(B) | 82.55º | 0.81% | 0.76% | - |
| XYZ | 30.02 | 44.4 | 8.82 | - |
| YUV | 159.46 | 59.45 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 38 | 0.30 | 0 | 0.81 | 0.24 | 82.55 | 0.67 | 0.46 |
| Hex | 88 | C3 | 26 | 1E | 0 | 51 | 18 | 53 | 43 | 2E |
| Octal | 210 | 303 | 46 | 36 | 0 | 121 | 30 | 123 | 103 | 56 |
| Binary | 10001000 | 11000011 | 100110 | 11110 | 0 | 1010001 | 11000 | 1010011 | 1000011 | 101110 |
Color Harmonies of #88C326
Complementary color
Monochromatic Colors of #88C326
Black with #88C326
Text Example
Text Example
White with #88C326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C326; }
p { color: rgb(136,195,38); }
H1.HeaderClassName
{
color: #88C326;
}
.AnyTagClassName
{
color: #88C326;
}
</style>
background-color css
<style>
a { background-color: #88C326; }
a { background-color: rgb(136,195,38); }
div.DivClassName
{
background-color: #88C326;
}
.BgClassName
{
background-color: #88C326;
}
</style>
border-color css
<style>
span { border-color: #88C326; }
span { border-color: rgb(136,195,38); }
td.TdClassName
{
border-color: #88C326;
}
.TagClassName
{
border-color: #88C326;
}
</style>