Shades of Citrus #8BC906
Tints of Citrus #8BC906
RGB
CMYK
RGB Variations
Color information
#8BC906 (or 0x8BC906) is known color: Citrus. HEX triplet: 8B, C9 and 06. RGB value is (139,201,6). Sum of RGB (Red+Green+Blue) = 139+201+6=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 201 (78.91% from 255 or 58.09% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC906 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC906 is #7436F9. Grayscale: #A0A0A0. Windows color (decimal): -7616250 or 444811. OLE color: 444811.
HSL color Cylindrical-coordinate representation of color #8BC906: hue angle of 79.08º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8BC906 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 6 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.21 |
| HSL | 79.08º | 0.94% | 0.41% | - |
| HSV(B) | 79.08º | 0.97% | 0.79% | - |
| XYZ | 31.57 | 47.28 | 7.63 | - |
| YUV | 160.23 | 40.96 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 6 | 0.31 | 0 | 0.97 | 0.21 | 79.08 | 0.94 | 0.41 |
| Hex | 8B | C9 | 6 | 1F | 0 | 61 | 15 | 4F | 5E | 29 |
| Octal | 213 | 311 | 6 | 37 | 0 | 141 | 25 | 117 | 136 | 51 |
| Binary | 10001011 | 11001001 | 110 | 11111 | 0 | 1100001 | 10101 | 1001111 | 1011110 | 101001 |
Color Harmonies of #8BC906
Complementary color
Monochromatic Colors of #8BC906
Black with #8BC906
Text Example
Text Example
White with #8BC906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC906; }
p { color: rgb(139,201,6); }
H1.HeaderClassName
{
color: #8BC906;
}
.AnyTagClassName
{
color: #8BC906;
}
</style>
background-color css
<style>
a { background-color: #8BC906; }
a { background-color: rgb(139,201,6); }
div.DivClassName
{
background-color: #8BC906;
}
.BgClassName
{
background-color: #8BC906;
}
</style>
border-color css
<style>
span { border-color: #8BC906; }
span { border-color: rgb(139,201,6); }
td.TdClassName
{
border-color: #8BC906;
}
.TagClassName
{
border-color: #8BC906;
}
</style>