Shades of Yellow Green #99BC3D
Tints of Yellow Green #99BC3D
RGB
CMYK
RGB Variations
Color information
#99BC3D (or 0x99BC3D) is known color: Yellow Green. HEX triplet: 99, BC and 3D. RGB value is (153,188,61). Sum of RGB (Red+Green+Blue) = 153+188+61=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BC3D is #6643C2. Grayscale: #A3A3A3. Windows color (decimal): -6702019 or 4045977. OLE color: 4045977.
HSL color Cylindrical-coordinate representation of color #99BC3D: hue angle of 76.54º 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 #99BC3D is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 61 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.26 |
| HSL | 76.54º | 0.51% | 0.49% | - |
| HSV(B) | 76.54º | 0.68% | 0.74% | - |
| XYZ | 31.96 | 43.08 | 11.04 | - |
| YUV | 163.06 | 70.4 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 61 | 0.19 | 0 | 0.68 | 0.26 | 76.54 | 0.51 | 0.49 |
| Hex | 99 | BC | 3D | 13 | 0 | 44 | 1A | 4D | 33 | 31 |
| Octal | 231 | 274 | 75 | 23 | 0 | 104 | 32 | 115 | 63 | 61 |
| Binary | 10011001 | 10111100 | 111101 | 10011 | 0 | 1000100 | 11010 | 1001101 | 110011 | 110001 |
Color Harmonies of #99BC3D
Complementary color
Monochromatic Colors of #99BC3D
Black with #99BC3D
Text Example
Text Example
White with #99BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC3D; }
p { color: rgb(153,188,61); }
H1.HeaderClassName
{
color: #99BC3D;
}
.AnyTagClassName
{
color: #99BC3D;
}
</style>
background-color css
<style>
a { background-color: #99BC3D; }
a { background-color: rgb(153,188,61); }
div.DivClassName
{
background-color: #99BC3D;
}
.BgClassName
{
background-color: #99BC3D;
}
</style>
border-color css
<style>
span { border-color: #99BC3D; }
span { border-color: rgb(153,188,61); }
td.TdClassName
{
border-color: #99BC3D;
}
.TagClassName
{
border-color: #99BC3D;
}
</style>