Shades of Citrus #8BA305
Tints of Citrus #8BA305
RGB
CMYK
RGB Variations
Color information
#8BA305 (or 0x8BA305) is known color: Citrus. HEX triplet: 8B, A3 and 05. RGB value is (139,163,5). Sum of RGB (Red+Green+Blue) = 139+163+5=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA305 is #745CFA. Grayscale: #8A8A8A. Windows color (decimal): -7625979 or 369547. OLE color: 369547.
HSL color Cylindrical-coordinate representation of color #8BA305: hue angle of 69.11º 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 #8BA305 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 5 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.36 |
| HSL | 69.11º | 0.94% | 0.33% | - |
| HSV(B) | 69.11º | 0.97% | 0.64% | - |
| XYZ | 23.77 | 31.69 | 5.01 | - |
| YUV | 137.81 | 53.05 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 5 | 0.15 | 0 | 0.97 | 0.36 | 69.11 | 0.94 | 0.33 |
| Hex | 8B | A3 | 5 | F | 0 | 61 | 24 | 45 | 5E | 21 |
| Octal | 213 | 243 | 5 | 17 | 0 | 141 | 44 | 105 | 136 | 41 |
| Binary | 10001011 | 10100011 | 101 | 1111 | 0 | 1100001 | 100100 | 1000101 | 1011110 | 100001 |
Color Harmonies of #8BA305
Complementary color
Monochromatic Colors of #8BA305
Black with #8BA305
Text Example
Text Example
White with #8BA305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA305; }
p { color: rgb(139,163,5); }
H1.HeaderClassName
{
color: #8BA305;
}
.AnyTagClassName
{
color: #8BA305;
}
</style>
background-color css
<style>
a { background-color: #8BA305; }
a { background-color: rgb(139,163,5); }
div.DivClassName
{
background-color: #8BA305;
}
.BgClassName
{
background-color: #8BA305;
}
</style>
border-color css
<style>
span { border-color: #8BA305; }
span { border-color: rgb(139,163,5); }
td.TdClassName
{
border-color: #8BA305;
}
.TagClassName
{
border-color: #8BA305;
}
</style>