Shades of Citron #99A42D
Tints of Citron #99A42D
RGB
CMYK
RGB Variations
Color information
#99A42D (or 0x99A42D) is known color: Citron. HEX triplet: 99, A4 and 2D. RGB value is (153,164,45). Sum of RGB (Red+Green+Blue) = 153+164+45=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #99A42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A42D is #665BD2. Grayscale: #939393. Windows color (decimal): -6708179 or 2991257. OLE color: 2991257.
HSL color Cylindrical-coordinate representation of color #99A42D: hue angle of 65.55º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99A42D is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 45 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.36 |
| HSL | 65.55º | 0.57% | 0.41% | - |
| HSV(B) | 65.55º | 0.73% | 0.64% | - |
| XYZ | 26.89 | 33.51 | 7.53 | - |
| YUV | 147.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 45 | 0.07 | 0 | 0.73 | 0.36 | 65.55 | 0.57 | 0.41 |
| Hex | 99 | A4 | 2D | 7 | 0 | 49 | 24 | 42 | 39 | 29 |
| Octal | 231 | 244 | 55 | 7 | 0 | 111 | 44 | 102 | 71 | 51 |
| Binary | 10011001 | 10100100 | 101101 | 111 | 0 | 1001001 | 100100 | 1000010 | 111001 | 101001 |
Color Harmonies of #99A42D
Complementary color
Monochromatic Colors of #99A42D
Black with #99A42D
Text Example
Text Example
White with #99A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A42D; }
p { color: rgb(153,164,45); }
H1.HeaderClassName
{
color: #99A42D;
}
.AnyTagClassName
{
color: #99A42D;
}
</style>
background-color css
<style>
a { background-color: #99A42D; }
a { background-color: rgb(153,164,45); }
div.DivClassName
{
background-color: #99A42D;
}
.BgClassName
{
background-color: #99A42D;
}
</style>
border-color css
<style>
span { border-color: #99A42D; }
span { border-color: rgb(153,164,45); }
td.TdClassName
{
border-color: #99A42D;
}
.TagClassName
{
border-color: #99A42D;
}
</style>