Shades of Citrus #8BAF09
Tints of Citrus #8BAF09
RGB
CMYK
RGB Variations
Color information
#8BAF09 (or 0x8BAF09) is known color: Citrus. HEX triplet: 8B, AF and 09. RGB value is (139,175,9). Sum of RGB (Red+Green+Blue) = 139+175+9=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAF09 is #7450F6. Grayscale: #919191. Windows color (decimal): -7622903 or 634763. OLE color: 634763.
HSL color Cylindrical-coordinate representation of color #8BAF09: hue angle of 73.01º 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 #8BAF09 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 9 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.31 |
| HSL | 73.01º | 0.9% | 0.36% | - |
| HSV(B) | 73.01º | 0.95% | 0.69% | - |
| XYZ | 26.03 | 36.17 | 5.87 | - |
| YUV | 145.31 | 51.07 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 9 | 0.21 | 0 | 0.95 | 0.31 | 73.01 | 0.9 | 0.36 |
| Hex | 8B | AF | 9 | 15 | 0 | 5F | 1F | 49 | 5A | 24 |
| Octal | 213 | 257 | 11 | 25 | 0 | 137 | 37 | 111 | 132 | 44 |
| Binary | 10001011 | 10101111 | 1001 | 10101 | 0 | 1011111 | 11111 | 1001001 | 1011010 | 100100 |
Color Harmonies of #8BAF09
Complementary color
Monochromatic Colors of #8BAF09
Black with #8BAF09
Text Example
Text Example
White with #8BAF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF09; }
p { color: rgb(139,175,9); }
H1.HeaderClassName
{
color: #8BAF09;
}
.AnyTagClassName
{
color: #8BAF09;
}
</style>
background-color css
<style>
a { background-color: #8BAF09; }
a { background-color: rgb(139,175,9); }
div.DivClassName
{
background-color: #8BAF09;
}
.BgClassName
{
background-color: #8BAF09;
}
</style>
border-color css
<style>
span { border-color: #8BAF09; }
span { border-color: rgb(139,175,9); }
td.TdClassName
{
border-color: #8BAF09;
}
.TagClassName
{
border-color: #8BAF09;
}
</style>