Shades of Citrus #8BA203
Tints of Citrus #8BA203
RGB
CMYK
RGB Variations
Color information
#8BA203 (or 0x8BA203) is known color: Citrus. HEX triplet: 8B, A2 and 03. RGB value is (139,162,3). Sum of RGB (Red+Green+Blue) = 139+162+3=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 162 (63.67% from 255 or 53.29% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA203 is #745DFC. Grayscale: #898989. Windows color (decimal): -7626237 or 238219. OLE color: 238219.
HSL color Cylindrical-coordinate representation of color #8BA203: hue angle of 68.68º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8BA203 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 3 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.36 |
| HSL | 68.68º | 0.96% | 0.32% | - |
| HSV(B) | 68.68º | 0.98% | 0.64% | - |
| XYZ | 23.58 | 31.34 | 4.89 | - |
| YUV | 137 | 52.38 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 3 | 0.14 | 0 | 0.98 | 0.36 | 68.68 | 0.96 | 0.32 |
| Hex | 8B | A2 | 3 | E | 0 | 62 | 24 | 45 | 60 | 20 |
| Octal | 213 | 242 | 3 | 16 | 0 | 142 | 44 | 105 | 140 | 40 |
| Binary | 10001011 | 10100010 | 11 | 1110 | 0 | 1100010 | 100100 | 1000101 | 1100000 | 100000 |
Color Harmonies of #8BA203
Complementary color
Monochromatic Colors of #8BA203
Black with #8BA203
Text Example
Text Example
White with #8BA203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA203; }
p { color: rgb(139,162,3); }
H1.HeaderClassName
{
color: #8BA203;
}
.AnyTagClassName
{
color: #8BA203;
}
</style>
background-color css
<style>
a { background-color: #8BA203; }
a { background-color: rgb(139,162,3); }
div.DivClassName
{
background-color: #8BA203;
}
.BgClassName
{
background-color: #8BA203;
}
</style>
border-color css
<style>
span { border-color: #8BA203; }
span { border-color: rgb(139,162,3); }
td.TdClassName
{
border-color: #8BA203;
}
.TagClassName
{
border-color: #8BA203;
}
</style>