Shades of Citron #8BA207
Tints of Citron #8BA207
RGB
CMYK
RGB Variations
Color information
#8BA207 (or 0x8BA207) is known color: Citron. HEX triplet: 8B, A2 and 07. RGB value is (139,162,7). Sum of RGB (Red+Green+Blue) = 139+162+7=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA207 is #745DF8. Grayscale: #8A8A8A. Windows color (decimal): -7626233 or 500363. OLE color: 500363.
HSL color Cylindrical-coordinate representation of color #8BA207: hue angle of 68.9º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8BA207 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 7 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.36 |
| HSL | 68.9º | 0.92% | 0.33% | - |
| HSV(B) | 68.9º | 0.96% | 0.64% | - |
| XYZ | 23.61 | 31.34 | 5.01 | - |
| YUV | 137.45 | 54.38 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 7 | 0.14 | 0 | 0.96 | 0.36 | 68.9 | 0.92 | 0.33 |
| Hex | 8B | A2 | 7 | E | 0 | 60 | 24 | 45 | 5C | 21 |
| Octal | 213 | 242 | 7 | 16 | 0 | 140 | 44 | 105 | 134 | 41 |
| Binary | 10001011 | 10100010 | 111 | 1110 | 0 | 1100000 | 100100 | 1000101 | 1011100 | 100001 |
Color Harmonies of #8BA207
Complementary color
Monochromatic Colors of #8BA207
Black with #8BA207
Text Example
Text Example
White with #8BA207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA207; }
p { color: rgb(139,162,7); }
H1.HeaderClassName
{
color: #8BA207;
}
.AnyTagClassName
{
color: #8BA207;
}
</style>
background-color css
<style>
a { background-color: #8BA207; }
a { background-color: rgb(139,162,7); }
div.DivClassName
{
background-color: #8BA207;
}
.BgClassName
{
background-color: #8BA207;
}
</style>
border-color css
<style>
span { border-color: #8BA207; }
span { border-color: rgb(139,162,7); }
td.TdClassName
{
border-color: #8BA207;
}
.TagClassName
{
border-color: #8BA207;
}
</style>