Shades of Citrus #8AB705
Tints of Citrus #8AB705
RGB
CMYK
RGB Variations
Color information
#8AB705 (or 0x8AB705) is known color: Citrus. HEX triplet: 8A, B7 and 05. RGB value is (138,183,5). Sum of RGB (Red+Green+Blue) = 138+183+5=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB705 is #7548FA. Grayscale: #959595. Windows color (decimal): -7686395 or 374666. OLE color: 374666.
HSL color Cylindrical-coordinate representation of color #8AB705: hue angle of 75.17º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AB705 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 5 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.28 |
| HSL | 75.17º | 0.95% | 0.37% | - |
| HSV(B) | 75.17º | 0.97% | 0.72% | - |
| XYZ | 27.44 | 39.28 | 6.28 | - |
| YUV | 149.25 | 46.59 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 5 | 0.25 | 0 | 0.97 | 0.28 | 75.17 | 0.95 | 0.37 |
| Hex | 8A | B7 | 5 | 19 | 0 | 61 | 1C | 4B | 5F | 25 |
| Octal | 212 | 267 | 5 | 31 | 0 | 141 | 34 | 113 | 137 | 45 |
| Binary | 10001010 | 10110111 | 101 | 11001 | 0 | 1100001 | 11100 | 1001011 | 1011111 | 100101 |
Color Harmonies of #8AB705
Complementary color
Monochromatic Colors of #8AB705
Black with #8AB705
Text Example
Text Example
White with #8AB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB705; }
p { color: rgb(138,183,5); }
H1.HeaderClassName
{
color: #8AB705;
}
.AnyTagClassName
{
color: #8AB705;
}
</style>
background-color css
<style>
a { background-color: #8AB705; }
a { background-color: rgb(138,183,5); }
div.DivClassName
{
background-color: #8AB705;
}
.BgClassName
{
background-color: #8AB705;
}
</style>
border-color css
<style>
span { border-color: #8AB705; }
span { border-color: rgb(138,183,5); }
td.TdClassName
{
border-color: #8AB705;
}
.TagClassName
{
border-color: #8AB705;
}
</style>