Shades of Citrus #9DB104
Tints of Citrus #9DB104
RGB
CMYK
RGB Variations
Color information
#9DB104 (or 0x9DB104) is known color: Citrus. HEX triplet: 9D, B1 and 04. RGB value is (157,177,4). Sum of RGB (Red+Green+Blue) = 157+177+4=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 177 (69.53% from 255 or 52.37% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB104 is #624EFB. Grayscale: #979797. Windows color (decimal): -6442748 or 307613. OLE color: 307613.
HSL color Cylindrical-coordinate representation of color #9DB104: hue angle of 66.94º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DB104 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 4 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.31 |
| HSL | 66.94º | 0.96% | 0.35% | - |
| HSV(B) | 66.94º | 0.98% | 0.69% | - |
| XYZ | 29.65 | 38.62 | 6.01 | - |
| YUV | 151.3 | 44.87 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 4 | 0.11 | 0 | 0.98 | 0.31 | 66.94 | 0.96 | 0.35 |
| Hex | 9D | B1 | 4 | B | 0 | 62 | 1F | 43 | 60 | 23 |
| Octal | 235 | 261 | 4 | 13 | 0 | 142 | 37 | 103 | 140 | 43 |
| Binary | 10011101 | 10110001 | 100 | 1011 | 0 | 1100010 | 11111 | 1000011 | 1100000 | 100011 |
Color Harmonies of #9DB104
Complementary color
Monochromatic Colors of #9DB104
Black with #9DB104
Text Example
Text Example
White with #9DB104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB104; }
p { color: rgb(157,177,4); }
H1.HeaderClassName
{
color: #9DB104;
}
.AnyTagClassName
{
color: #9DB104;
}
</style>
background-color css
<style>
a { background-color: #9DB104; }
a { background-color: rgb(157,177,4); }
div.DivClassName
{
background-color: #9DB104;
}
.BgClassName
{
background-color: #9DB104;
}
</style>
border-color css
<style>
span { border-color: #9DB104; }
span { border-color: rgb(157,177,4); }
td.TdClassName
{
border-color: #9DB104;
}
.TagClassName
{
border-color: #9DB104;
}
</style>