Shades of Citrus #8CB309
Tints of Citrus #8CB309
RGB
CMYK
RGB Variations
Color information
#8CB309 (or 0x8CB309) is known color: Citrus. HEX triplet: 8C, B3 and 09. RGB value is (140,179,9). Sum of RGB (Red+Green+Blue) = 140+179+9=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 179 (70.31% from 255 or 54.57% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB309 is #734CF6. Grayscale: #949494. Windows color (decimal): -7556343 or 635788. OLE color: 635788.
HSL color Cylindrical-coordinate representation of color #8CB309: hue angle of 73.76º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CB309 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 9 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.30 |
| HSL | 73.76º | 0.9% | 0.37% | - |
| HSV(B) | 73.76º | 0.95% | 0.7% | - |
| XYZ | 26.98 | 37.84 | 6.14 | - |
| YUV | 147.96 | 49.58 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 9 | 0.22 | 0 | 0.95 | 0.30 | 73.76 | 0.9 | 0.37 |
| Hex | 8C | B3 | 9 | 16 | 0 | 5F | 1E | 4A | 5A | 25 |
| Octal | 214 | 263 | 11 | 26 | 0 | 137 | 36 | 112 | 132 | 45 |
| Binary | 10001100 | 10110011 | 1001 | 10110 | 0 | 1011111 | 11110 | 1001010 | 1011010 | 100101 |
Color Harmonies of #8CB309
Complementary color
Monochromatic Colors of #8CB309
Black with #8CB309
Text Example
Text Example
White with #8CB309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB309; }
p { color: rgb(140,179,9); }
H1.HeaderClassName
{
color: #8CB309;
}
.AnyTagClassName
{
color: #8CB309;
}
</style>
background-color css
<style>
a { background-color: #8CB309; }
a { background-color: rgb(140,179,9); }
div.DivClassName
{
background-color: #8CB309;
}
.BgClassName
{
background-color: #8CB309;
}
</style>
border-color css
<style>
span { border-color: #8CB309; }
span { border-color: rgb(140,179,9); }
td.TdClassName
{
border-color: #8CB309;
}
.TagClassName
{
border-color: #8CB309;
}
</style>