Shades of Citrus #8CB807
Tints of Citrus #8CB807
RGB
CMYK
RGB Variations
Color information
#8CB807 (or 0x8CB807) is known color: Citrus. HEX triplet: 8C, B8 and 07. RGB value is (140,184,7). Sum of RGB (Red+Green+Blue) = 140+184+7=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 184 (72.27% from 255 or 55.59% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB807 is #7347F8. Grayscale: #979797. Windows color (decimal): -7555065 or 505996. OLE color: 505996.
HSL color Cylindrical-coordinate representation of color #8CB807: hue angle of 74.92º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CB807 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 7 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.28 |
| HSL | 74.92º | 0.93% | 0.37% | - |
| HSV(B) | 74.92º | 0.96% | 0.72% | - |
| XYZ | 27.99 | 39.87 | 6.42 | - |
| YUV | 150.67 | 46.92 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 7 | 0.24 | 0 | 0.96 | 0.28 | 74.92 | 0.93 | 0.37 |
| Hex | 8C | B8 | 7 | 18 | 0 | 60 | 1C | 4B | 5D | 25 |
| Octal | 214 | 270 | 7 | 30 | 0 | 140 | 34 | 113 | 135 | 45 |
| Binary | 10001100 | 10111000 | 111 | 11000 | 0 | 1100000 | 11100 | 1001011 | 1011101 | 100101 |
Color Harmonies of #8CB807
Complementary color
Monochromatic Colors of #8CB807
Black with #8CB807
Text Example
Text Example
White with #8CB807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB807; }
p { color: rgb(140,184,7); }
H1.HeaderClassName
{
color: #8CB807;
}
.AnyTagClassName
{
color: #8CB807;
}
</style>
background-color css
<style>
a { background-color: #8CB807; }
a { background-color: rgb(140,184,7); }
div.DivClassName
{
background-color: #8CB807;
}
.BgClassName
{
background-color: #8CB807;
}
</style>
border-color css
<style>
span { border-color: #8CB807; }
span { border-color: rgb(140,184,7); }
td.TdClassName
{
border-color: #8CB807;
}
.TagClassName
{
border-color: #8CB807;
}
</style>