Shades of Citrus #8CBE10
Tints of Citrus #8CBE10
RGB
CMYK
RGB Variations
Color information
#8CBE10 (or 0x8CBE10) is known color: Citrus. HEX triplet: 8C, BE and 10. RGB value is (140,190,16). Sum of RGB (Red+Green+Blue) = 140+190+16=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBE10 is #7341EF. Grayscale: #9B9B9B. Windows color (decimal): -7553520 or 1097356. OLE color: 1097356.
HSL color Cylindrical-coordinate representation of color #8CBE10: hue angle of 77.24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CBE10 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 16 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.25 |
| HSL | 77.24º | 0.84% | 0.4% | - |
| HSV(B) | 77.24º | 0.92% | 0.75% | - |
| XYZ | 29.32 | 42.44 | 7.14 | - |
| YUV | 155.21 | 49.44 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 16 | 0.26 | 0 | 0.92 | 0.25 | 77.24 | 0.84 | 0.4 |
| Hex | 8C | BE | 10 | 1A | 0 | 5C | 19 | 4D | 54 | 28 |
| Octal | 214 | 276 | 20 | 32 | 0 | 134 | 31 | 115 | 124 | 50 |
| Binary | 10001100 | 10111110 | 10000 | 11010 | 0 | 1011100 | 11001 | 1001101 | 1010100 | 101000 |
Color Harmonies of #8CBE10
Complementary color
Monochromatic Colors of #8CBE10
Black with #8CBE10
Text Example
Text Example
White with #8CBE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE10; }
p { color: rgb(140,190,16); }
H1.HeaderClassName
{
color: #8CBE10;
}
.AnyTagClassName
{
color: #8CBE10;
}
</style>
background-color css
<style>
a { background-color: #8CBE10; }
a { background-color: rgb(140,190,16); }
div.DivClassName
{
background-color: #8CBE10;
}
.BgClassName
{
background-color: #8CBE10;
}
</style>
border-color css
<style>
span { border-color: #8CBE10; }
span { border-color: rgb(140,190,16); }
td.TdClassName
{
border-color: #8CBE10;
}
.TagClassName
{
border-color: #8CBE10;
}
</style>