Shades of Yellow Green #99BA3D
Tints of Yellow Green #99BA3D
RGB
CMYK
RGB Variations
Color information
#99BA3D (or 0x99BA3D) is known color: Yellow Green. HEX triplet: 99, BA and 3D. RGB value is (153,186,61). Sum of RGB (Red+Green+Blue) = 153+186+61=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA3D is #6645C2. Grayscale: #A2A2A2. Windows color (decimal): -6702531 or 4045465. OLE color: 4045465.
HSL color Cylindrical-coordinate representation of color #99BA3D: hue angle of 75.84º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99BA3D is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 61 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.27 |
| HSL | 75.84º | 0.51% | 0.48% | - |
| HSV(B) | 75.84º | 0.67% | 0.73% | - |
| XYZ | 31.54 | 42.23 | 10.9 | - |
| YUV | 161.88 | 71.07 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 61 | 0.18 | 0 | 0.67 | 0.27 | 75.84 | 0.51 | 0.48 |
| Hex | 99 | BA | 3D | 12 | 0 | 43 | 1B | 4C | 33 | 30 |
| Octal | 231 | 272 | 75 | 22 | 0 | 103 | 33 | 114 | 63 | 60 |
| Binary | 10011001 | 10111010 | 111101 | 10010 | 0 | 1000011 | 11011 | 1001100 | 110011 | 110000 |
Color Harmonies of #99BA3D
Complementary color
Monochromatic Colors of #99BA3D
Black with #99BA3D
Text Example
Text Example
White with #99BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA3D; }
p { color: rgb(153,186,61); }
H1.HeaderClassName
{
color: #99BA3D;
}
.AnyTagClassName
{
color: #99BA3D;
}
</style>
background-color css
<style>
a { background-color: #99BA3D; }
a { background-color: rgb(153,186,61); }
div.DivClassName
{
background-color: #99BA3D;
}
.BgClassName
{
background-color: #99BA3D;
}
</style>
border-color css
<style>
span { border-color: #99BA3D; }
span { border-color: rgb(153,186,61); }
td.TdClassName
{
border-color: #99BA3D;
}
.TagClassName
{
border-color: #99BA3D;
}
</style>