Shades of Citron #9CA82D
Tints of Citron #9CA82D
RGB
CMYK
RGB Variations
Color information
#9CA82D (or 0x9CA82D) is known color: Citron. HEX triplet: 9C, A8 and 2D. RGB value is (156,168,45). Sum of RGB (Red+Green+Blue) = 156+168+45=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA82D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA82D is #6357D2. Grayscale: #969696. Windows color (decimal): -6510547 or 2992284. OLE color: 2992284.
HSL color Cylindrical-coordinate representation of color #9CA82D: hue angle of 65.85º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9CA82D is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 168 | 45 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.34 |
| HSL | 65.85º | 0.58% | 0.42% | - |
| HSV(B) | 65.85º | 0.73% | 0.66% | - |
| XYZ | 28.19 | 35.26 | 7.8 | - |
| YUV | 150.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 45 | 0.07 | 0 | 0.73 | 0.34 | 65.85 | 0.58 | 0.42 |
| Hex | 9C | A8 | 2D | 7 | 0 | 49 | 22 | 42 | 3A | 2A |
| Octal | 234 | 250 | 55 | 7 | 0 | 111 | 42 | 102 | 72 | 52 |
| Binary | 10011100 | 10101000 | 101101 | 111 | 0 | 1001001 | 100010 | 1000010 | 111010 | 101010 |
Color Harmonies of #9CA82D
Complementary color
Monochromatic Colors of #9CA82D
Black with #9CA82D
Text Example
Text Example
White with #9CA82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA82D; }
p { color: rgb(156,168,45); }
H1.HeaderClassName
{
color: #9CA82D;
}
.AnyTagClassName
{
color: #9CA82D;
}
</style>
background-color css
<style>
a { background-color: #9CA82D; }
a { background-color: rgb(156,168,45); }
div.DivClassName
{
background-color: #9CA82D;
}
.BgClassName
{
background-color: #9CA82D;
}
</style>
border-color css
<style>
span { border-color: #9CA82D; }
span { border-color: rgb(156,168,45); }
td.TdClassName
{
border-color: #9CA82D;
}
.TagClassName
{
border-color: #9CA82D;
}
</style>