Shades of Citrus #8DBD0B
Tints of Citrus #8DBD0B
RGB
CMYK
RGB Variations
Color information
#8DBD0B (or 0x8DBD0B) is known color: Citrus. HEX triplet: 8D, BD and 0B. RGB value is (141,189,11). Sum of RGB (Red+Green+Blue) = 141+189+11=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBD0B is #7242F4. Grayscale: #9B9B9B. Windows color (decimal): -7488245 or 769421. OLE color: 769421.
HSL color Cylindrical-coordinate representation of color #8DBD0B: hue angle of 76.18º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DBD0B is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 11 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.26 |
| HSL | 76.18º | 0.89% | 0.39% | - |
| HSV(B) | 76.18º | 0.94% | 0.74% | - |
| XYZ | 29.24 | 42.08 | 6.9 | - |
| YUV | 154.36 | 47.1 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 11 | 0.25 | 0 | 0.94 | 0.26 | 76.18 | 0.89 | 0.39 |
| Hex | 8D | BD | B | 19 | 0 | 5E | 1A | 4C | 59 | 27 |
| Octal | 215 | 275 | 13 | 31 | 0 | 136 | 32 | 114 | 131 | 47 |
| Binary | 10001101 | 10111101 | 1011 | 11001 | 0 | 1011110 | 11010 | 1001100 | 1011001 | 100111 |
Color Harmonies of #8DBD0B
Complementary color
Monochromatic Colors of #8DBD0B
Black with #8DBD0B
Text Example
Text Example
White with #8DBD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD0B; }
p { color: rgb(141,189,11); }
H1.HeaderClassName
{
color: #8DBD0B;
}
.AnyTagClassName
{
color: #8DBD0B;
}
</style>
background-color css
<style>
a { background-color: #8DBD0B; }
a { background-color: rgb(141,189,11); }
div.DivClassName
{
background-color: #8DBD0B;
}
.BgClassName
{
background-color: #8DBD0B;
}
</style>
border-color css
<style>
span { border-color: #8DBD0B; }
span { border-color: rgb(141,189,11); }
td.TdClassName
{
border-color: #8DBD0B;
}
.TagClassName
{
border-color: #8DBD0B;
}
</style>