Shades of Citrus #9DB103
Tints of Citrus #9DB103
RGB
CMYK
RGB Variations
Color information
#9DB103 (or 0x9DB103) is known color: Citrus. HEX triplet: 9D, B1 and 03. RGB value is (157,177,3). Sum of RGB (Red+Green+Blue) = 157+177+3=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB103 is #624EFC. Grayscale: #979797. Windows color (decimal): -6442749 or 242077. OLE color: 242077.
HSL color Cylindrical-coordinate representation of color #9DB103: hue angle of 66.9º degrees, saturation: 0.97, 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 #9DB103 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 3 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.31 |
| HSL | 66.9º | 0.97% | 0.35% | - |
| HSV(B) | 66.9º | 0.98% | 0.69% | - |
| XYZ | 29.64 | 38.62 | 5.98 | - |
| YUV | 151.18 | 44.37 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 3 | 0.11 | 0 | 0.98 | 0.31 | 66.9 | 0.97 | 0.35 |
| Hex | 9D | B1 | 3 | B | 0 | 62 | 1F | 43 | 61 | 23 |
| Octal | 235 | 261 | 3 | 13 | 0 | 142 | 37 | 103 | 141 | 43 |
| Binary | 10011101 | 10110001 | 11 | 1011 | 0 | 1100010 | 11111 | 1000011 | 1100001 | 100011 |
Color Harmonies of #9DB103
Complementary color
Monochromatic Colors of #9DB103
Black with #9DB103
Text Example
Text Example
White with #9DB103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB103; }
p { color: rgb(157,177,3); }
H1.HeaderClassName
{
color: #9DB103;
}
.AnyTagClassName
{
color: #9DB103;
}
</style>
background-color css
<style>
a { background-color: #9DB103; }
a { background-color: rgb(157,177,3); }
div.DivClassName
{
background-color: #9DB103;
}
.BgClassName
{
background-color: #9DB103;
}
</style>
border-color css
<style>
span { border-color: #9DB103; }
span { border-color: rgb(157,177,3); }
td.TdClassName
{
border-color: #9DB103;
}
.TagClassName
{
border-color: #9DB103;
}
</style>