Shades of Citrus #8BA306
Tints of Citrus #8BA306
RGB
CMYK
RGB Variations
Color information
#8BA306 (or 0x8BA306) is known color: Citrus. HEX triplet: 8B, A3 and 06. RGB value is (139,163,6). Sum of RGB (Red+Green+Blue) = 139+163+6=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA306 is #745CF9. Grayscale: #8A8A8A. Windows color (decimal): -7625978 or 435083. OLE color: 435083.
HSL color Cylindrical-coordinate representation of color #8BA306: hue angle of 69.17º degrees, saturation: 0.93, 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 #8BA306 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 6 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.36 |
| HSL | 69.17º | 0.93% | 0.33% | - |
| HSV(B) | 69.17º | 0.96% | 0.64% | - |
| XYZ | 23.78 | 31.7 | 5.04 | - |
| YUV | 137.93 | 53.55 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 6 | 0.15 | 0 | 0.96 | 0.36 | 69.17 | 0.93 | 0.33 |
| Hex | 8B | A3 | 6 | F | 0 | 60 | 24 | 45 | 5D | 21 |
| Octal | 213 | 243 | 6 | 17 | 0 | 140 | 44 | 105 | 135 | 41 |
| Binary | 10001011 | 10100011 | 110 | 1111 | 0 | 1100000 | 100100 | 1000101 | 1011101 | 100001 |
Color Harmonies of #8BA306
Complementary color
Monochromatic Colors of #8BA306
Black with #8BA306
Text Example
Text Example
White with #8BA306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA306; }
p { color: rgb(139,163,6); }
H1.HeaderClassName
{
color: #8BA306;
}
.AnyTagClassName
{
color: #8BA306;
}
</style>
background-color css
<style>
a { background-color: #8BA306; }
a { background-color: rgb(139,163,6); }
div.DivClassName
{
background-color: #8BA306;
}
.BgClassName
{
background-color: #8BA306;
}
</style>
border-color css
<style>
span { border-color: #8BA306; }
span { border-color: rgb(139,163,6); }
td.TdClassName
{
border-color: #8BA306;
}
.TagClassName
{
border-color: #8BA306;
}
</style>