Shades of Citrus #8BB409
Tints of Citrus #8BB409
RGB
CMYK
RGB Variations
Color information
#8BB409 (or 0x8BB409) is known color: Citrus. HEX triplet: 8B, B4 and 09. RGB value is (139,180,9). Sum of RGB (Red+Green+Blue) = 139+180+9=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 180 (70.70% from 255 or 54.88% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB409 is #744BF6. Grayscale: #949494. Windows color (decimal): -7621623 or 636043. OLE color: 636043.
HSL color Cylindrical-coordinate representation of color #8BB409: hue angle of 74.39º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8BB409 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 180 | 9 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.29 |
| HSL | 74.39º | 0.9% | 0.37% | - |
| HSV(B) | 74.39º | 0.95% | 0.71% | - |
| XYZ | 27.02 | 38.15 | 6.2 | - |
| YUV | 148.25 | 49.42 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 9 | 0.23 | 0 | 0.95 | 0.29 | 74.39 | 0.9 | 0.37 |
| Hex | 8B | B4 | 9 | 17 | 0 | 5F | 1D | 4A | 5A | 25 |
| Octal | 213 | 264 | 11 | 27 | 0 | 137 | 35 | 112 | 132 | 45 |
| Binary | 10001011 | 10110100 | 1001 | 10111 | 0 | 1011111 | 11101 | 1001010 | 1011010 | 100101 |
Color Harmonies of #8BB409
Complementary color
Monochromatic Colors of #8BB409
Black with #8BB409
Text Example
Text Example
White with #8BB409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB409; }
p { color: rgb(139,180,9); }
H1.HeaderClassName
{
color: #8BB409;
}
.AnyTagClassName
{
color: #8BB409;
}
</style>
background-color css
<style>
a { background-color: #8BB409; }
a { background-color: rgb(139,180,9); }
div.DivClassName
{
background-color: #8BB409;
}
.BgClassName
{
background-color: #8BB409;
}
</style>
border-color css
<style>
span { border-color: #8BB409; }
span { border-color: rgb(139,180,9); }
td.TdClassName
{
border-color: #8BB409;
}
.TagClassName
{
border-color: #8BB409;
}
</style>