Shades of Citron #8BA307
Tints of Citron #8BA307
RGB
CMYK
RGB Variations
Color information
#8BA307 (or 0x8BA307) is known color: Citron. HEX triplet: 8B, A3 and 07. RGB value is (139,163,7). Sum of RGB (Red+Green+Blue) = 139+163+7=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 163 (64.06% from 255 or 52.75% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA307 is #745CF8. Grayscale: #8A8A8A. Windows color (decimal): -7625977 or 500619. OLE color: 500619.
HSL color Cylindrical-coordinate representation of color #8BA307: hue angle of 69.23º 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 #8BA307 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 7 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.36 |
| HSL | 69.23º | 0.92% | 0.33% | - |
| HSV(B) | 69.23º | 0.96% | 0.64% | - |
| XYZ | 23.78 | 31.7 | 5.07 | - |
| YUV | 138.04 | 54.05 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 7 | 0.15 | 0 | 0.96 | 0.36 | 69.23 | 0.92 | 0.33 |
| Hex | 8B | A3 | 7 | F | 0 | 60 | 24 | 45 | 5C | 21 |
| Octal | 213 | 243 | 7 | 17 | 0 | 140 | 44 | 105 | 134 | 41 |
| Binary | 10001011 | 10100011 | 111 | 1111 | 0 | 1100000 | 100100 | 1000101 | 1011100 | 100001 |
Color Harmonies of #8BA307
Complementary color
Monochromatic Colors of #8BA307
Black with #8BA307
Text Example
Text Example
White with #8BA307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA307; }
p { color: rgb(139,163,7); }
H1.HeaderClassName
{
color: #8BA307;
}
.AnyTagClassName
{
color: #8BA307;
}
</style>
background-color css
<style>
a { background-color: #8BA307; }
a { background-color: rgb(139,163,7); }
div.DivClassName
{
background-color: #8BA307;
}
.BgClassName
{
background-color: #8BA307;
}
</style>
border-color css
<style>
span { border-color: #8BA307; }
span { border-color: rgb(139,163,7); }
td.TdClassName
{
border-color: #8BA307;
}
.TagClassName
{
border-color: #8BA307;
}
</style>