Shades of Citron #9BA82F
Tints of Citron #9BA82F
RGB
CMYK
RGB Variations
Color information
#9BA82F (or 0x9BA82F) is known color: Citron. HEX triplet: 9B, A8 and 2F. RGB value is (155,168,47). Sum of RGB (Red+Green+Blue) = 155+168+47=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA82F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA82F is #6457D0. Grayscale: #969696. Windows color (decimal): -6576081 or 3123355. OLE color: 3123355.
HSL color Cylindrical-coordinate representation of color #9BA82F: hue angle of 66.45º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BA82F is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 47 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.34 |
| HSL | 66.45º | 0.56% | 0.42% | - |
| HSV(B) | 66.45º | 0.72% | 0.66% | - |
| XYZ | 28.03 | 35.18 | 8 | - |
| YUV | 150.32 | 69.69 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 47 | 0.08 | 0 | 0.72 | 0.34 | 66.45 | 0.56 | 0.42 |
| Hex | 9B | A8 | 2F | 8 | 0 | 48 | 22 | 42 | 38 | 2A |
| Octal | 233 | 250 | 57 | 10 | 0 | 110 | 42 | 102 | 70 | 52 |
| Binary | 10011011 | 10101000 | 101111 | 1000 | 0 | 1001000 | 100010 | 1000010 | 111000 | 101010 |
Color Harmonies of #9BA82F
Complementary color
Monochromatic Colors of #9BA82F
Black with #9BA82F
Text Example
Text Example
White with #9BA82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA82F; }
p { color: rgb(155,168,47); }
H1.HeaderClassName
{
color: #9BA82F;
}
.AnyTagClassName
{
color: #9BA82F;
}
</style>
background-color css
<style>
a { background-color: #9BA82F; }
a { background-color: rgb(155,168,47); }
div.DivClassName
{
background-color: #9BA82F;
}
.BgClassName
{
background-color: #9BA82F;
}
</style>
border-color css
<style>
span { border-color: #9BA82F; }
span { border-color: rgb(155,168,47); }
td.TdClassName
{
border-color: #9BA82F;
}
.TagClassName
{
border-color: #9BA82F;
}
</style>