Shades of Citrus #8BA205
Tints of Citrus #8BA205
RGB
CMYK
RGB Variations
Color information
#8BA205 (or 0x8BA205) is known color: Citrus. HEX triplet: 8B, A2 and 05. RGB value is (139,162,5). Sum of RGB (Red+Green+Blue) = 139+162+5=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 162 (63.67% from 255 or 52.94% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA205 is #745DFA. Grayscale: #898989. Windows color (decimal): -7626235 or 369291. OLE color: 369291.
HSL color Cylindrical-coordinate representation of color #8BA205: hue angle of 68.79º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8BA205 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 5 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.36 |
| HSL | 68.79º | 0.94% | 0.33% | - |
| HSV(B) | 68.79º | 0.97% | 0.64% | - |
| XYZ | 23.6 | 31.34 | 4.95 | - |
| YUV | 137.23 | 53.38 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 5 | 0.14 | 0 | 0.97 | 0.36 | 68.79 | 0.94 | 0.33 |
| Hex | 8B | A2 | 5 | E | 0 | 61 | 24 | 45 | 5E | 21 |
| Octal | 213 | 242 | 5 | 16 | 0 | 141 | 44 | 105 | 136 | 41 |
| Binary | 10001011 | 10100010 | 101 | 1110 | 0 | 1100001 | 100100 | 1000101 | 1011110 | 100001 |
Color Harmonies of #8BA205
Complementary color
Monochromatic Colors of #8BA205
Black with #8BA205
Text Example
Text Example
White with #8BA205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA205; }
p { color: rgb(139,162,5); }
H1.HeaderClassName
{
color: #8BA205;
}
.AnyTagClassName
{
color: #8BA205;
}
</style>
background-color css
<style>
a { background-color: #8BA205; }
a { background-color: rgb(139,162,5); }
div.DivClassName
{
background-color: #8BA205;
}
.BgClassName
{
background-color: #8BA205;
}
</style>
border-color css
<style>
span { border-color: #8BA205; }
span { border-color: rgb(139,162,5); }
td.TdClassName
{
border-color: #8BA205;
}
.TagClassName
{
border-color: #8BA205;
}
</style>