Shades of Citrus #9DB312
Tints of Citrus #9DB312
RGB
CMYK
RGB Variations
Color information
#9DB312 (or 0x9DB312) is known color: Citrus. HEX triplet: 9D, B3 and 12. RGB value is (157,179,18). Sum of RGB (Red+Green+Blue) = 157+179+18=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB312 is #624CED. Grayscale: #9A9A9A. Windows color (decimal): -6442222 or 1225629. OLE color: 1225629.
HSL color Cylindrical-coordinate representation of color #9DB312: hue angle of 68.2º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DB312 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 18 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.30 |
| HSL | 68.2º | 0.82% | 0.39% | - |
| HSV(B) | 68.2º | 0.9% | 0.7% | - |
| XYZ | 30.13 | 39.45 | 6.6 | - |
| YUV | 154.07 | 51.21 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 18 | 0.12 | 0 | 0.90 | 0.30 | 68.2 | 0.82 | 0.39 |
| Hex | 9D | B3 | 12 | C | 0 | 5A | 1E | 44 | 52 | 27 |
| Octal | 235 | 263 | 22 | 14 | 0 | 132 | 36 | 104 | 122 | 47 |
| Binary | 10011101 | 10110011 | 10010 | 1100 | 0 | 1011010 | 11110 | 1000100 | 1010010 | 100111 |
Color Harmonies of #9DB312
Complementary color
Monochromatic Colors of #9DB312
Black with #9DB312
Text Example
Text Example
White with #9DB312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB312; }
p { color: rgb(157,179,18); }
H1.HeaderClassName
{
color: #9DB312;
}
.AnyTagClassName
{
color: #9DB312;
}
</style>
background-color css
<style>
a { background-color: #9DB312; }
a { background-color: rgb(157,179,18); }
div.DivClassName
{
background-color: #9DB312;
}
.BgClassName
{
background-color: #9DB312;
}
</style>
border-color css
<style>
span { border-color: #9DB312; }
span { border-color: rgb(157,179,18); }
td.TdClassName
{
border-color: #9DB312;
}
.TagClassName
{
border-color: #9DB312;
}
</style>