Shades of Citrus #8BA504
Tints of Citrus #8BA504
RGB
CMYK
RGB Variations
Color information
#8BA504 (or 0x8BA504) is known color: Citrus. HEX triplet: 8B, A5 and 04. RGB value is (139,165,4). Sum of RGB (Red+Green+Blue) = 139+165+4=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 165 (64.84% from 255 or 53.57% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA504 is #745AFB. Grayscale: #8B8B8B. Windows color (decimal): -7625468 or 304523. OLE color: 304523.
HSL color Cylindrical-coordinate representation of color #8BA504: hue angle of 69.69º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8BA504 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 165 | 4 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.35 |
| HSL | 69.69º | 0.95% | 0.33% | - |
| HSV(B) | 69.69º | 0.98% | 0.65% | - |
| XYZ | 24.12 | 32.41 | 5.1 | - |
| YUV | 138.87 | 51.89 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 4 | 0.16 | 0 | 0.98 | 0.35 | 69.69 | 0.95 | 0.33 |
| Hex | 8B | A5 | 4 | 10 | 0 | 62 | 23 | 46 | 5F | 21 |
| Octal | 213 | 245 | 4 | 20 | 0 | 142 | 43 | 106 | 137 | 41 |
| Binary | 10001011 | 10100101 | 100 | 10000 | 0 | 1100010 | 100011 | 1000110 | 1011111 | 100001 |
Color Harmonies of #8BA504
Complementary color
Monochromatic Colors of #8BA504
Black with #8BA504
Text Example
Text Example
White with #8BA504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA504; }
p { color: rgb(139,165,4); }
H1.HeaderClassName
{
color: #8BA504;
}
.AnyTagClassName
{
color: #8BA504;
}
</style>
background-color css
<style>
a { background-color: #8BA504; }
a { background-color: rgb(139,165,4); }
div.DivClassName
{
background-color: #8BA504;
}
.BgClassName
{
background-color: #8BA504;
}
</style>
border-color css
<style>
span { border-color: #8BA504; }
span { border-color: rgb(139,165,4); }
td.TdClassName
{
border-color: #8BA504;
}
.TagClassName
{
border-color: #8BA504;
}
</style>