Shades of Citron #9C972B
Tints of Citron #9C972B
RGB
CMYK
RGB Variations
Color information
#9C972B (or 0x9C972B) is known color: Citron. HEX triplet: 9C, 97 and 2B. RGB value is (156,151,43). Sum of RGB (Red+Green+Blue) = 156+151+43=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C972B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C972B is #6368D4. Grayscale: #8C8C8C. Windows color (decimal): -6514901 or 2856860. OLE color: 2856860.
HSL color Cylindrical-coordinate representation of color #9C972B: hue angle of 57.35º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C972B is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 151 | 43 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.39 |
| HSL | 57.35º | 0.57% | 0.39% | - |
| HSV(B) | 57.35º | 0.72% | 0.61% | - |
| XYZ | 25.21 | 29.38 | 6.63 | - |
| YUV | 140.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 43 | 0 | 0.03 | 0.72 | 0.39 | 57.35 | 0.57 | 0.39 |
| Hex | 9C | 97 | 2B | 0 | 3 | 48 | 27 | 39 | 39 | 27 |
| Octal | 234 | 227 | 53 | 0 | 3 | 110 | 47 | 71 | 71 | 47 |
| Binary | 10011100 | 10010111 | 101011 | 0 | 11 | 1001000 | 100111 | 111001 | 111001 | 100111 |
Color Harmonies of #9C972B
Complementary color
Monochromatic Colors of #9C972B
Black with #9C972B
Text Example
Text Example
White with #9C972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C972B; }
p { color: rgb(156,151,43); }
H1.HeaderClassName
{
color: #9C972B;
}
.AnyTagClassName
{
color: #9C972B;
}
</style>
background-color css
<style>
a { background-color: #9C972B; }
a { background-color: rgb(156,151,43); }
div.DivClassName
{
background-color: #9C972B;
}
.BgClassName
{
background-color: #9C972B;
}
</style>
border-color css
<style>
span { border-color: #9C972B; }
span { border-color: rgb(156,151,43); }
td.TdClassName
{
border-color: #9C972B;
}
.TagClassName
{
border-color: #9C972B;
}
</style>