Shades of Citron #99971F
Tints of Citron #99971F
RGB
CMYK
RGB Variations
Color information
#99971F (or 0x99971F) is known color: Citron. HEX triplet: 99, 97 and 1F. RGB value is (153,151,31). Sum of RGB (Red+Green+Blue) = 153+151+31=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #99971F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99971F is #6668E0. Grayscale: #8A8A8A. Windows color (decimal): -6711521 or 2070425. OLE color: 2070425.
HSL color Cylindrical-coordinate representation of color #99971F: hue angle of 59.02º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99971F is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 151 | 31 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.4 |
| HSL | 59.02º | 0.66% | 0.36% | - |
| HSV(B) | 59.02º | 0.8% | 0.6% | - |
| XYZ | 24.45 | 29 | 5.61 | - |
| YUV | 137.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 151 | 31 | 0 | 0.01 | 0.80 | 0.4 | 59.02 | 0.66 | 0.36 |
| Hex | 99 | 97 | 1F | 0 | 1 | 50 | 28 | 3B | 42 | 24 |
| Octal | 231 | 227 | 37 | 0 | 1 | 120 | 50 | 73 | 102 | 44 |
| Binary | 10011001 | 10010111 | 11111 | 0 | 1 | 1010000 | 101000 | 111011 | 1000010 | 100100 |
Color Harmonies of #99971F
Complementary color
Monochromatic Colors of #99971F
Black with #99971F
Text Example
Text Example
White with #99971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99971F; }
p { color: rgb(153,151,31); }
H1.HeaderClassName
{
color: #99971F;
}
.AnyTagClassName
{
color: #99971F;
}
</style>
background-color css
<style>
a { background-color: #99971F; }
a { background-color: rgb(153,151,31); }
div.DivClassName
{
background-color: #99971F;
}
.BgClassName
{
background-color: #99971F;
}
</style>
border-color css
<style>
span { border-color: #99971F; }
span { border-color: rgb(153,151,31); }
td.TdClassName
{
border-color: #99971F;
}
.TagClassName
{
border-color: #99971F;
}
</style>