Shades of Citrus #8BB607
Tints of Citrus #8BB607
RGB
CMYK
RGB Variations
Color information
#8BB607 (or 0x8BB607) is known color: Citrus. HEX triplet: 8B, B6 and 07. RGB value is (139,182,7). Sum of RGB (Red+Green+Blue) = 139+182+7=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB607 is #7449F8. Grayscale: #959595. Windows color (decimal): -7621113 or 505483. OLE color: 505483.
HSL color Cylindrical-coordinate representation of color #8BB607: hue angle of 74.74º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8BB607 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 182 | 7 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.29 |
| HSL | 74.74º | 0.93% | 0.37% | - |
| HSV(B) | 74.74º | 0.96% | 0.71% | - |
| XYZ | 27.41 | 38.96 | 6.28 | - |
| YUV | 149.19 | 47.75 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 182 | 7 | 0.24 | 0 | 0.96 | 0.29 | 74.74 | 0.93 | 0.37 |
| Hex | 8B | B6 | 7 | 18 | 0 | 60 | 1D | 4B | 5D | 25 |
| Octal | 213 | 266 | 7 | 30 | 0 | 140 | 35 | 113 | 135 | 45 |
| Binary | 10001011 | 10110110 | 111 | 11000 | 0 | 1100000 | 11101 | 1001011 | 1011101 | 100101 |
Color Harmonies of #8BB607
Complementary color
Monochromatic Colors of #8BB607
Black with #8BB607
Text Example
Text Example
White with #8BB607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB607; }
p { color: rgb(139,182,7); }
H1.HeaderClassName
{
color: #8BB607;
}
.AnyTagClassName
{
color: #8BB607;
}
</style>
background-color css
<style>
a { background-color: #8BB607; }
a { background-color: rgb(139,182,7); }
div.DivClassName
{
background-color: #8BB607;
}
.BgClassName
{
background-color: #8BB607;
}
</style>
border-color css
<style>
span { border-color: #8BB607; }
span { border-color: rgb(139,182,7); }
td.TdClassName
{
border-color: #8BB607;
}
.TagClassName
{
border-color: #8BB607;
}
</style>