Shades of Citrus #9DB31A
Tints of Citrus #9DB31A
RGB
CMYK
RGB Variations
Color information
#9DB31A (or 0x9DB31A) is known color: Citrus. HEX triplet: 9D, B3 and 1A. RGB value is (157,179,26). Sum of RGB (Red+Green+Blue) = 157+179+26=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB31A is #624CE5. Grayscale: #9B9B9B. Windows color (decimal): -6442214 or 1749917. OLE color: 1749917.
HSL color Cylindrical-coordinate representation of color #9DB31A: hue angle of 68.63º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9DB31A is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 26 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.30 |
| HSL | 68.63º | 0.75% | 0.4% | - |
| HSV(B) | 68.63º | 0.85% | 0.7% | - |
| XYZ | 30.21 | 39.48 | 7.01 | - |
| YUV | 154.98 | 55.21 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 26 | 0.12 | 0 | 0.85 | 0.30 | 68.63 | 0.75 | 0.4 |
| Hex | 9D | B3 | 1A | C | 0 | 55 | 1E | 45 | 4B | 28 |
| Octal | 235 | 263 | 32 | 14 | 0 | 125 | 36 | 105 | 113 | 50 |
| Binary | 10011101 | 10110011 | 11010 | 1100 | 0 | 1010101 | 11110 | 1000101 | 1001011 | 101000 |
Color Harmonies of #9DB31A
Complementary color
Monochromatic Colors of #9DB31A
Black with #9DB31A
Text Example
Text Example
White with #9DB31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB31A; }
p { color: rgb(157,179,26); }
H1.HeaderClassName
{
color: #9DB31A;
}
.AnyTagClassName
{
color: #9DB31A;
}
</style>
background-color css
<style>
a { background-color: #9DB31A; }
a { background-color: rgb(157,179,26); }
div.DivClassName
{
background-color: #9DB31A;
}
.BgClassName
{
background-color: #9DB31A;
}
</style>
border-color css
<style>
span { border-color: #9DB31A; }
span { border-color: rgb(157,179,26); }
td.TdClassName
{
border-color: #9DB31A;
}
.TagClassName
{
border-color: #9DB31A;
}
</style>