Shades of Citrus #8CB409
Tints of Citrus #8CB409
RGB
CMYK
RGB Variations
Color information
#8CB409 (or 0x8CB409) is known color: Citrus. HEX triplet: 8C, B4 and 09. RGB value is (140,180,9). Sum of RGB (Red+Green+Blue) = 140+180+9=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB409 is #734BF6. Grayscale: #959595. Windows color (decimal): -7556087 or 636044. OLE color: 636044.
HSL color Cylindrical-coordinate representation of color #8CB409: hue angle of 74.04º 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 #8CB409 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 9 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.29 |
| HSL | 74.04º | 0.9% | 0.37% | - |
| HSV(B) | 74.04º | 0.95% | 0.71% | - |
| XYZ | 27.19 | 38.24 | 6.21 | - |
| YUV | 148.55 | 49.25 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 9 | 0.22 | 0 | 0.95 | 0.29 | 74.04 | 0.9 | 0.37 |
| Hex | 8C | B4 | 9 | 16 | 0 | 5F | 1D | 4A | 5A | 25 |
| Octal | 214 | 264 | 11 | 26 | 0 | 137 | 35 | 112 | 132 | 45 |
| Binary | 10001100 | 10110100 | 1001 | 10110 | 0 | 1011111 | 11101 | 1001010 | 1011010 | 100101 |
Color Harmonies of #8CB409
Complementary color
Monochromatic Colors of #8CB409
Black with #8CB409
Text Example
Text Example
White with #8CB409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB409; }
p { color: rgb(140,180,9); }
H1.HeaderClassName
{
color: #8CB409;
}
.AnyTagClassName
{
color: #8CB409;
}
</style>
background-color css
<style>
a { background-color: #8CB409; }
a { background-color: rgb(140,180,9); }
div.DivClassName
{
background-color: #8CB409;
}
.BgClassName
{
background-color: #8CB409;
}
</style>
border-color css
<style>
span { border-color: #8CB409; }
span { border-color: rgb(140,180,9); }
td.TdClassName
{
border-color: #8CB409;
}
.TagClassName
{
border-color: #8CB409;
}
</style>