Shades of Citrus #9CAA1B
Tints of Citrus #9CAA1B
RGB
CMYK
RGB Variations
Color information
#9CAA1B (or 0x9CAA1B) is known color: Citrus. HEX triplet: 9C, AA and 1B. RGB value is (156,170,27). Sum of RGB (Red+Green+Blue) = 156+170+27=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAA1B is #6355E4. Grayscale: #969696. Windows color (decimal): -6510053 or 1813148. OLE color: 1813148.
HSL color Cylindrical-coordinate representation of color #9CAA1B: hue angle of 65.87º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9CAA1B is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 27 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.33 |
| HSL | 65.87º | 0.73% | 0.39% | - |
| HSV(B) | 65.87º | 0.84% | 0.67% | - |
| XYZ | 28.28 | 35.9 | 6.47 | - |
| YUV | 149.51 | 58.86 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 27 | 0.08 | 0 | 0.84 | 0.33 | 65.87 | 0.73 | 0.39 |
| Hex | 9C | AA | 1B | 8 | 0 | 54 | 21 | 42 | 49 | 27 |
| Octal | 234 | 252 | 33 | 10 | 0 | 124 | 41 | 102 | 111 | 47 |
| Binary | 10011100 | 10101010 | 11011 | 1000 | 0 | 1010100 | 100001 | 1000010 | 1001001 | 100111 |
Color Harmonies of #9CAA1B
Complementary color
Monochromatic Colors of #9CAA1B
Black with #9CAA1B
Text Example
Text Example
White with #9CAA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA1B; }
p { color: rgb(156,170,27); }
H1.HeaderClassName
{
color: #9CAA1B;
}
.AnyTagClassName
{
color: #9CAA1B;
}
</style>
background-color css
<style>
a { background-color: #9CAA1B; }
a { background-color: rgb(156,170,27); }
div.DivClassName
{
background-color: #9CAA1B;
}
.BgClassName
{
background-color: #9CAA1B;
}
</style>
border-color css
<style>
span { border-color: #9CAA1B; }
span { border-color: rgb(156,170,27); }
td.TdClassName
{
border-color: #9CAA1B;
}
.TagClassName
{
border-color: #9CAA1B;
}
</style>