Shades of Citron #8BA208
Tints of Citron #8BA208
RGB
CMYK
RGB Variations
Color information
#8BA208 (or 0x8BA208) is known color: Citron. HEX triplet: 8B, A2 and 08. RGB value is (139,162,8). Sum of RGB (Red+Green+Blue) = 139+162+8=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA208 is #745DF7. Grayscale: #8A8A8A. Windows color (decimal): -7626232 or 565899. OLE color: 565899.
HSL color Cylindrical-coordinate representation of color #8BA208: hue angle of 68.96º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8BA208 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 8 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.36 |
| HSL | 68.96º | 0.91% | 0.33% | - |
| HSV(B) | 68.96º | 0.95% | 0.64% | - |
| XYZ | 23.61 | 31.35 | 5.04 | - |
| YUV | 137.57 | 54.88 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 8 | 0.14 | 0 | 0.95 | 0.36 | 68.96 | 0.91 | 0.33 |
| Hex | 8B | A2 | 8 | E | 0 | 5F | 24 | 45 | 5B | 21 |
| Octal | 213 | 242 | 10 | 16 | 0 | 137 | 44 | 105 | 133 | 41 |
| Binary | 10001011 | 10100010 | 1000 | 1110 | 0 | 1011111 | 100100 | 1000101 | 1011011 | 100001 |
Color Harmonies of #8BA208
Complementary color
Monochromatic Colors of #8BA208
Black with #8BA208
Text Example
Text Example
White with #8BA208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA208; }
p { color: rgb(139,162,8); }
H1.HeaderClassName
{
color: #8BA208;
}
.AnyTagClassName
{
color: #8BA208;
}
</style>
background-color css
<style>
a { background-color: #8BA208; }
a { background-color: rgb(139,162,8); }
div.DivClassName
{
background-color: #8BA208;
}
.BgClassName
{
background-color: #8BA208;
}
</style>
border-color css
<style>
span { border-color: #8BA208; }
span { border-color: rgb(139,162,8); }
td.TdClassName
{
border-color: #8BA208;
}
.TagClassName
{
border-color: #8BA208;
}
</style>