Shades of Citrus #8AB109
Tints of Citrus #8AB109
RGB
CMYK
RGB Variations
Color information
#8AB109 (or 0x8AB109) is known color: Citrus. HEX triplet: 8A, B1 and 09. RGB value is (138,177,9). Sum of RGB (Red+Green+Blue) = 138+177+9=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 177 (69.53% from 255 or 54.63% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AB109 is #754EF6. Grayscale: #929292. Windows color (decimal): -7687927 or 635274. OLE color: 635274.
HSL color Cylindrical-coordinate representation of color #8AB109: hue angle of 73.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AB109 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 9 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.31 |
| HSL | 73.93º | 0.9% | 0.36% | - |
| HSV(B) | 73.93º | 0.95% | 0.69% | - |
| XYZ | 26.25 | 36.87 | 5.99 | - |
| YUV | 146.19 | 50.58 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 9 | 0.22 | 0 | 0.95 | 0.31 | 73.93 | 0.9 | 0.36 |
| Hex | 8A | B1 | 9 | 16 | 0 | 5F | 1F | 4A | 5A | 24 |
| Octal | 212 | 261 | 11 | 26 | 0 | 137 | 37 | 112 | 132 | 44 |
| Binary | 10001010 | 10110001 | 1001 | 10110 | 0 | 1011111 | 11111 | 1001010 | 1011010 | 100100 |
Color Harmonies of #8AB109
Complementary color
Monochromatic Colors of #8AB109
Black with #8AB109
Text Example
Text Example
White with #8AB109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB109; }
p { color: rgb(138,177,9); }
H1.HeaderClassName
{
color: #8AB109;
}
.AnyTagClassName
{
color: #8AB109;
}
</style>
background-color css
<style>
a { background-color: #8AB109; }
a { background-color: rgb(138,177,9); }
div.DivClassName
{
background-color: #8AB109;
}
.BgClassName
{
background-color: #8AB109;
}
</style>
border-color css
<style>
span { border-color: #8AB109; }
span { border-color: rgb(138,177,9); }
td.TdClassName
{
border-color: #8AB109;
}
.TagClassName
{
border-color: #8AB109;
}
</style>