Shades of Yellow Green #99BD3C
Tints of Yellow Green #99BD3C
RGB
CMYK
RGB Variations
Color information
#99BD3C (or 0x99BD3C) is known color: Yellow Green. HEX triplet: 99, BD and 3C. RGB value is (153,189,60). Sum of RGB (Red+Green+Blue) = 153+189+60=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BD3C is #6642C3. Grayscale: #A4A4A4. Windows color (decimal): -6701764 or 3980697. OLE color: 3980697.
HSL color Cylindrical-coordinate representation of color #99BD3C: hue angle of 76.74º degrees, saturation: 0.52, 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 #99BD3C is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 60 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.26 |
| HSL | 76.74º | 0.52% | 0.49% | - |
| HSV(B) | 76.74º | 0.68% | 0.74% | - |
| XYZ | 32.15 | 43.49 | 10.98 | - |
| YUV | 163.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 60 | 0.19 | 0 | 0.68 | 0.26 | 76.74 | 0.52 | 0.49 |
| Hex | 99 | BD | 3C | 13 | 0 | 44 | 1A | 4D | 34 | 31 |
| Octal | 231 | 275 | 74 | 23 | 0 | 104 | 32 | 115 | 64 | 61 |
| Binary | 10011001 | 10111101 | 111100 | 10011 | 0 | 1000100 | 11010 | 1001101 | 110100 | 110001 |
Color Harmonies of #99BD3C
Complementary color
Monochromatic Colors of #99BD3C
Black with #99BD3C
Text Example
Text Example
White with #99BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD3C; }
p { color: rgb(153,189,60); }
H1.HeaderClassName
{
color: #99BD3C;
}
.AnyTagClassName
{
color: #99BD3C;
}
</style>
background-color css
<style>
a { background-color: #99BD3C; }
a { background-color: rgb(153,189,60); }
div.DivClassName
{
background-color: #99BD3C;
}
.BgClassName
{
background-color: #99BD3C;
}
</style>
border-color css
<style>
span { border-color: #99BD3C; }
span { border-color: rgb(153,189,60); }
td.TdClassName
{
border-color: #99BD3C;
}
.TagClassName
{
border-color: #99BD3C;
}
</style>