Shades of Citrus #8CB305
Tints of Citrus #8CB305
RGB
CMYK
RGB Variations
Color information
#8CB305 (or 0x8CB305) is known color: Citrus. HEX triplet: 8C, B3 and 05. RGB value is (140,179,5). Sum of RGB (Red+Green+Blue) = 140+179+5=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB305 is #734CFA. Grayscale: #949494. Windows color (decimal): -7556347 or 373644. OLE color: 373644.
HSL color Cylindrical-coordinate representation of color #8CB305: hue angle of 73.45º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CB305 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 5 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.30 |
| HSL | 73.45º | 0.95% | 0.36% | - |
| HSV(B) | 73.45º | 0.97% | 0.7% | - |
| XYZ | 26.96 | 37.83 | 6.02 | - |
| YUV | 147.5 | 47.58 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 5 | 0.22 | 0 | 0.97 | 0.30 | 73.45 | 0.95 | 0.36 |
| Hex | 8C | B3 | 5 | 16 | 0 | 61 | 1E | 49 | 5F | 24 |
| Octal | 214 | 263 | 5 | 26 | 0 | 141 | 36 | 111 | 137 | 44 |
| Binary | 10001100 | 10110011 | 101 | 10110 | 0 | 1100001 | 11110 | 1001001 | 1011111 | 100100 |
Color Harmonies of #8CB305
Complementary color
Monochromatic Colors of #8CB305
Black with #8CB305
Text Example
Text Example
White with #8CB305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB305; }
p { color: rgb(140,179,5); }
H1.HeaderClassName
{
color: #8CB305;
}
.AnyTagClassName
{
color: #8CB305;
}
</style>
background-color css
<style>
a { background-color: #8CB305; }
a { background-color: rgb(140,179,5); }
div.DivClassName
{
background-color: #8CB305;
}
.BgClassName
{
background-color: #8CB305;
}
</style>
border-color css
<style>
span { border-color: #8CB305; }
span { border-color: rgb(140,179,5); }
td.TdClassName
{
border-color: #8CB305;
}
.TagClassName
{
border-color: #8CB305;
}
</style>