Shades of Citrus #8BA202
Tints of Citrus #8BA202
RGB
CMYK
RGB Variations
Color information
#8BA202 (or 0x8BA202) is known color: Citrus. HEX triplet: 8B, A2 and 02. RGB value is (139,162,2). Sum of RGB (Red+Green+Blue) = 139+162+2=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA202 is #745DFD. Grayscale: #898989. Windows color (decimal): -7626238 or 172683. OLE color: 172683.
HSL color Cylindrical-coordinate representation of color #8BA202: hue angle of 68.62º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BA202 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.36 |
| HSL | 68.63º | 0.98% | 0.32% | - |
| HSV(B) | 68.63º | 0.99% | 0.64% | - |
| XYZ | 23.58 | 31.33 | 4.86 | - |
| YUV | 136.88 | 51.88 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 2 | 0.14 | 0 | 0.99 | 0.36 | 68.63 | 0.98 | 0.32 |
| Hex | 8B | A2 | 2 | E | 0 | 63 | 24 | 45 | 62 | 20 |
| Octal | 213 | 242 | 2 | 16 | 0 | 143 | 44 | 105 | 142 | 40 |
| Binary | 10001011 | 10100010 | 10 | 1110 | 0 | 1100011 | 100100 | 1000101 | 1100010 | 100000 |
Color Harmonies of #8BA202
Complementary color
Monochromatic Colors of #8BA202
Black with #8BA202
Text Example
Text Example
White with #8BA202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA202; }
p { color: rgb(139,162,2); }
H1.HeaderClassName
{
color: #8BA202;
}
.AnyTagClassName
{
color: #8BA202;
}
</style>
background-color css
<style>
a { background-color: #8BA202; }
a { background-color: rgb(139,162,2); }
div.DivClassName
{
background-color: #8BA202;
}
.BgClassName
{
background-color: #8BA202;
}
</style>
border-color css
<style>
span { border-color: #8BA202; }
span { border-color: rgb(139,162,2); }
td.TdClassName
{
border-color: #8BA202;
}
.TagClassName
{
border-color: #8BA202;
}
</style>