Shades of Yellow Green #99B93F
Tints of Yellow Green #99B93F
RGB
CMYK
RGB Variations
Color information
#99B93F (or 0x99B93F) is known color: Yellow Green. HEX triplet: 99, B9 and 3F. RGB value is (153,185,63). Sum of RGB (Red+Green+Blue) = 153+185+63=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #99B93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B93F is #6646C0. Grayscale: #A1A1A1. Windows color (decimal): -6702785 or 4176281. OLE color: 4176281.
HSL color Cylindrical-coordinate representation of color #99B93F: hue angle of 75.74º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99B93F is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 185 | 63 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.27 |
| HSL | 75.74º | 0.49% | 0.49% | - |
| HSV(B) | 75.74º | 0.66% | 0.73% | - |
| XYZ | 31.38 | 41.83 | 11.12 | - |
| YUV | 161.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 63 | 0.17 | 0 | 0.66 | 0.27 | 75.74 | 0.49 | 0.49 |
| Hex | 99 | B9 | 3F | 11 | 0 | 42 | 1B | 4C | 31 | 31 |
| Octal | 231 | 271 | 77 | 21 | 0 | 102 | 33 | 114 | 61 | 61 |
| Binary | 10011001 | 10111001 | 111111 | 10001 | 0 | 1000010 | 11011 | 1001100 | 110001 | 110001 |
Color Harmonies of #99B93F
Complementary color
Monochromatic Colors of #99B93F
Black with #99B93F
Text Example
Text Example
White with #99B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B93F; }
p { color: rgb(153,185,63); }
H1.HeaderClassName
{
color: #99B93F;
}
.AnyTagClassName
{
color: #99B93F;
}
</style>
background-color css
<style>
a { background-color: #99B93F; }
a { background-color: rgb(153,185,63); }
div.DivClassName
{
background-color: #99B93F;
}
.BgClassName
{
background-color: #99B93F;
}
</style>
border-color css
<style>
span { border-color: #99B93F; }
span { border-color: rgb(153,185,63); }
td.TdClassName
{
border-color: #99B93F;
}
.TagClassName
{
border-color: #99B93F;
}
</style>