Shades of Citrus #8CB100
Tints of Citrus #8CB100
RGB
CMYK
RGB Variations
Color information
#8CB100 (or 0x8CB100) is known color: Citrus. HEX triplet: 8C, B1 and 00. RGB value is (140,177,0). Sum of RGB (Red+Green+Blue) = 140+177+0=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 177 (69.53% from 255 or 55.84% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB100 is #734EFF. Grayscale: #929292. Windows color (decimal): -7556864 or 45452. OLE color: 45452.
HSL color Cylindrical-coordinate representation of color #8CB100: hue angle of 72.54º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CB100 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.31 |
| HSL | 72.54º | 1% | 0.35% | - |
| HSV(B) | 72.54º | 1% | 0.69% | - |
| XYZ | 26.54 | 37.02 | 5.75 | - |
| YUV | 145.76 | 45.74 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 0 | 0.21 | 0 | 1 | 0.31 | 72.54 | 1 | 0.35 |
| Hex | 8C | B1 | 0 | 15 | 0 | 64 | 1F | 49 | 64 | 23 |
| Octal | 214 | 261 | 0 | 25 | 0 | 144 | 37 | 111 | 144 | 43 |
| Binary | 10001100 | 10110001 | 0 | 10101 | 0 | 1100100 | 11111 | 1001001 | 1100100 | 100011 |
Color Harmonies of #8CB100
Complementary color
Monochromatic Colors of #8CB100
Black with #8CB100
Text Example
Text Example
White with #8CB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB100; }
p { color: rgb(140,177,0); }
H1.HeaderClassName
{
color: #8CB100;
}
.AnyTagClassName
{
color: #8CB100;
}
</style>
background-color css
<style>
a { background-color: #8CB100; }
a { background-color: rgb(140,177,0); }
div.DivClassName
{
background-color: #8CB100;
}
.BgClassName
{
background-color: #8CB100;
}
</style>
border-color css
<style>
span { border-color: #8CB100; }
span { border-color: rgb(140,177,0); }
td.TdClassName
{
border-color: #8CB100;
}
.TagClassName
{
border-color: #8CB100;
}
</style>