Shades of Citrus #8BA507
Tints of Citrus #8BA507
RGB
CMYK
RGB Variations
Color information
#8BA507 (or 0x8BA507) is known color: Citrus. HEX triplet: 8B, A5 and 07. RGB value is (139,165,7). Sum of RGB (Red+Green+Blue) = 139+165+7=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA507 is #745AF8. Grayscale: #8B8B8B. Windows color (decimal): -7625465 or 501131. OLE color: 501131.
HSL color Cylindrical-coordinate representation of color #8BA507: hue angle of 69.87º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8BA507 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 165 | 7 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.35 |
| HSL | 69.87º | 0.92% | 0.34% | - |
| HSV(B) | 69.87º | 0.96% | 0.65% | - |
| XYZ | 24.14 | 32.41 | 5.19 | - |
| YUV | 139.21 | 53.39 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 7 | 0.16 | 0 | 0.96 | 0.35 | 69.87 | 0.92 | 0.34 |
| Hex | 8B | A5 | 7 | 10 | 0 | 60 | 23 | 46 | 5C | 22 |
| Octal | 213 | 245 | 7 | 20 | 0 | 140 | 43 | 106 | 134 | 42 |
| Binary | 10001011 | 10100101 | 111 | 10000 | 0 | 1100000 | 100011 | 1000110 | 1011100 | 100010 |
Color Harmonies of #8BA507
Complementary color
Monochromatic Colors of #8BA507
Black with #8BA507
Text Example
Text Example
White with #8BA507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA507; }
p { color: rgb(139,165,7); }
H1.HeaderClassName
{
color: #8BA507;
}
.AnyTagClassName
{
color: #8BA507;
}
</style>
background-color css
<style>
a { background-color: #8BA507; }
a { background-color: rgb(139,165,7); }
div.DivClassName
{
background-color: #8BA507;
}
.BgClassName
{
background-color: #8BA507;
}
</style>
border-color css
<style>
span { border-color: #8BA507; }
span { border-color: rgb(139,165,7); }
td.TdClassName
{
border-color: #8BA507;
}
.TagClassName
{
border-color: #8BA507;
}
</style>