Shades of Citrus #9DB207
Tints of Citrus #9DB207
RGB
CMYK
RGB Variations
Color information
#9DB207 (or 0x9DB207) is known color: Citrus. HEX triplet: 9D, B2 and 07. RGB value is (157,178,7). Sum of RGB (Red+Green+Blue) = 157+178+7=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB207 is #624DF8. Grayscale: #989898. Windows color (decimal): -6442489 or 504477. OLE color: 504477.
HSL color Cylindrical-coordinate representation of color #9DB207: hue angle of 67.37º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DB207 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 7 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.30 |
| HSL | 67.37º | 0.92% | 0.36% | - |
| HSV(B) | 67.37º | 0.96% | 0.7% | - |
| XYZ | 29.86 | 39.02 | 6.16 | - |
| YUV | 152.23 | 46.04 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 7 | 0.12 | 0 | 0.96 | 0.30 | 67.37 | 0.92 | 0.36 |
| Hex | 9D | B2 | 7 | C | 0 | 60 | 1E | 43 | 5C | 24 |
| Octal | 235 | 262 | 7 | 14 | 0 | 140 | 36 | 103 | 134 | 44 |
| Binary | 10011101 | 10110010 | 111 | 1100 | 0 | 1100000 | 11110 | 1000011 | 1011100 | 100100 |
Color Harmonies of #9DB207
Complementary color
Monochromatic Colors of #9DB207
Black with #9DB207
Text Example
Text Example
White with #9DB207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB207; }
p { color: rgb(157,178,7); }
H1.HeaderClassName
{
color: #9DB207;
}
.AnyTagClassName
{
color: #9DB207;
}
</style>
background-color css
<style>
a { background-color: #9DB207; }
a { background-color: rgb(157,178,7); }
div.DivClassName
{
background-color: #9DB207;
}
.BgClassName
{
background-color: #9DB207;
}
</style>
border-color css
<style>
span { border-color: #9DB207; }
span { border-color: rgb(157,178,7); }
td.TdClassName
{
border-color: #9DB207;
}
.TagClassName
{
border-color: #9DB207;
}
</style>