Shades of Citrus #8CB207
Tints of Citrus #8CB207
RGB
CMYK
RGB Variations
Color information
#8CB207 (or 0x8CB207) is known color: Citrus. HEX triplet: 8C, B2 and 07. RGB value is (140,178,7). Sum of RGB (Red+Green+Blue) = 140+178+7=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 178 (69.92% from 255 or 54.77% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB207 is #734DF8. Grayscale: #939393. Windows color (decimal): -7556601 or 504460. OLE color: 504460.
HSL color Cylindrical-coordinate representation of color #8CB207: hue angle of 73.33º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CB207 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 178 | 7 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.30 |
| HSL | 73.33º | 0.92% | 0.36% | - |
| HSV(B) | 73.33º | 0.96% | 0.7% | - |
| XYZ | 26.77 | 37.43 | 6.01 | - |
| YUV | 147.14 | 48.91 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 7 | 0.21 | 0 | 0.96 | 0.30 | 73.33 | 0.92 | 0.36 |
| Hex | 8C | B2 | 7 | 15 | 0 | 60 | 1E | 49 | 5C | 24 |
| Octal | 214 | 262 | 7 | 25 | 0 | 140 | 36 | 111 | 134 | 44 |
| Binary | 10001100 | 10110010 | 111 | 10101 | 0 | 1100000 | 11110 | 1001001 | 1011100 | 100100 |
Color Harmonies of #8CB207
Complementary color
Monochromatic Colors of #8CB207
Black with #8CB207
Text Example
Text Example
White with #8CB207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB207; }
p { color: rgb(140,178,7); }
H1.HeaderClassName
{
color: #8CB207;
}
.AnyTagClassName
{
color: #8CB207;
}
</style>
background-color css
<style>
a { background-color: #8CB207; }
a { background-color: rgb(140,178,7); }
div.DivClassName
{
background-color: #8CB207;
}
.BgClassName
{
background-color: #8CB207;
}
</style>
border-color css
<style>
span { border-color: #8CB207; }
span { border-color: rgb(140,178,7); }
td.TdClassName
{
border-color: #8CB207;
}
.TagClassName
{
border-color: #8CB207;
}
</style>