Shades of Yellow Green #9CBC38
Tints of Yellow Green #9CBC38
RGB
CMYK
RGB Variations
Color information
#9CBC38 (or 0x9CBC38) is known color: Yellow Green. HEX triplet: 9C, BC and 38. RGB value is (156,188,56). Sum of RGB (Red+Green+Blue) = 156+188+56=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBC38 is #6343C7. Grayscale: #A3A3A3. Windows color (decimal): -6505416 or 3718300. OLE color: 3718300.
HSL color Cylindrical-coordinate representation of color #9CBC38: hue angle of 74.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CBC38 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 56 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.26 |
| HSL | 74.55º | 0.54% | 0.48% | - |
| HSV(B) | 74.55º | 0.7% | 0.74% | - |
| XYZ | 32.41 | 43.32 | 10.39 | - |
| YUV | 163.38 | 67.4 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 56 | 0.17 | 0 | 0.70 | 0.26 | 74.55 | 0.54 | 0.48 |
| Hex | 9C | BC | 38 | 11 | 0 | 46 | 1A | 4B | 36 | 30 |
| Octal | 234 | 274 | 70 | 21 | 0 | 106 | 32 | 113 | 66 | 60 |
| Binary | 10011100 | 10111100 | 111000 | 10001 | 0 | 1000110 | 11010 | 1001011 | 110110 | 110000 |
Color Harmonies of #9CBC38
Complementary color
Monochromatic Colors of #9CBC38
Black with #9CBC38
Text Example
Text Example
White with #9CBC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC38; }
p { color: rgb(156,188,56); }
H1.HeaderClassName
{
color: #9CBC38;
}
.AnyTagClassName
{
color: #9CBC38;
}
</style>
background-color css
<style>
a { background-color: #9CBC38; }
a { background-color: rgb(156,188,56); }
div.DivClassName
{
background-color: #9CBC38;
}
.BgClassName
{
background-color: #9CBC38;
}
</style>
border-color css
<style>
span { border-color: #9CBC38; }
span { border-color: rgb(156,188,56); }
td.TdClassName
{
border-color: #9CBC38;
}
.TagClassName
{
border-color: #9CBC38;
}
</style>