Shades of Citrus #8BC606
Tints of Citrus #8BC606
RGB
CMYK
RGB Variations
Color information
#8BC606 (or 0x8BC606) is known color: Citrus. HEX triplet: 8B, C6 and 06. RGB value is (139,198,6). Sum of RGB (Red+Green+Blue) = 139+198+6=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 198 (77.73% from 255 or 57.73% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC606 is #7439F9. Grayscale: #9F9F9F. Windows color (decimal): -7617018 or 444043. OLE color: 444043.
HSL color Cylindrical-coordinate representation of color #8BC606: hue angle of 78.44º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8BC606 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 198 | 6 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.22 |
| HSL | 78.44º | 0.94% | 0.4% | - |
| HSV(B) | 78.44º | 0.97% | 0.78% | - |
| XYZ | 30.87 | 45.89 | 7.4 | - |
| YUV | 158.47 | 41.95 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 6 | 0.30 | 0 | 0.97 | 0.22 | 78.44 | 0.94 | 0.4 |
| Hex | 8B | C6 | 6 | 1E | 0 | 61 | 16 | 4E | 5E | 28 |
| Octal | 213 | 306 | 6 | 36 | 0 | 141 | 26 | 116 | 136 | 50 |
| Binary | 10001011 | 11000110 | 110 | 11110 | 0 | 1100001 | 10110 | 1001110 | 1011110 | 101000 |
Color Harmonies of #8BC606
Complementary color
Monochromatic Colors of #8BC606
Black with #8BC606
Text Example
Text Example
White with #8BC606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC606; }
p { color: rgb(139,198,6); }
H1.HeaderClassName
{
color: #8BC606;
}
.AnyTagClassName
{
color: #8BC606;
}
</style>
background-color css
<style>
a { background-color: #8BC606; }
a { background-color: rgb(139,198,6); }
div.DivClassName
{
background-color: #8BC606;
}
.BgClassName
{
background-color: #8BC606;
}
</style>
border-color css
<style>
span { border-color: #8BC606; }
span { border-color: rgb(139,198,6); }
td.TdClassName
{
border-color: #8BC606;
}
.TagClassName
{
border-color: #8BC606;
}
</style>