Shades of Citrus #8BA401
Tints of Citrus #8BA401
RGB
CMYK
RGB Variations
Color information
#8BA401 (or 0x8BA401) is known color: Citrus. HEX triplet: 8B, A4 and 01. RGB value is (139,164,1). Sum of RGB (Red+Green+Blue) = 139+164+1=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 164 (64.45% from 255 or 53.95% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA401 is #745BFE. Grayscale: #8A8A8A. Windows color (decimal): -7625727 or 107659. OLE color: 107659.
HSL color Cylindrical-coordinate representation of color #8BA401: hue angle of 69.2º degrees, saturation: 0.99, 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 #8BA401 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 1 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.36 |
| HSL | 69.2º | 0.99% | 0.32% | - |
| HSV(B) | 69.2º | 0.99% | 0.64% | - |
| XYZ | 23.93 | 32.04 | 4.95 | - |
| YUV | 137.94 | 50.72 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 1 | 0.15 | 0 | 0.99 | 0.36 | 69.2 | 0.99 | 0.32 |
| Hex | 8B | A4 | 1 | F | 0 | 63 | 24 | 45 | 63 | 20 |
| Octal | 213 | 244 | 1 | 17 | 0 | 143 | 44 | 105 | 143 | 40 |
| Binary | 10001011 | 10100100 | 1 | 1111 | 0 | 1100011 | 100100 | 1000101 | 1100011 | 100000 |
Color Harmonies of #8BA401
Complementary color
Monochromatic Colors of #8BA401
Black with #8BA401
Text Example
Text Example
White with #8BA401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA401; }
p { color: rgb(139,164,1); }
H1.HeaderClassName
{
color: #8BA401;
}
.AnyTagClassName
{
color: #8BA401;
}
</style>
background-color css
<style>
a { background-color: #8BA401; }
a { background-color: rgb(139,164,1); }
div.DivClassName
{
background-color: #8BA401;
}
.BgClassName
{
background-color: #8BA401;
}
</style>
border-color css
<style>
span { border-color: #8BA401; }
span { border-color: rgb(139,164,1); }
td.TdClassName
{
border-color: #8BA401;
}
.TagClassName
{
border-color: #8BA401;
}
</style>