Shades of Citrus #8CBB07
Tints of Citrus #8CBB07
RGB
CMYK
RGB Variations
Color information
#8CBB07 (or 0x8CBB07) is known color: Citrus. HEX triplet: 8C, BB and 07. RGB value is (140,187,7). Sum of RGB (Red+Green+Blue) = 140+187+7=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBB07 is #7344F8. Grayscale: #999999. Windows color (decimal): -7554297 or 506764. OLE color: 506764.
HSL color Cylindrical-coordinate representation of color #8CBB07: hue angle of 75.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CBB07 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 7 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.27 |
| HSL | 75.67º | 0.93% | 0.38% | - |
| HSV(B) | 75.67º | 0.96% | 0.73% | - |
| XYZ | 28.62 | 41.13 | 6.63 | - |
| YUV | 152.43 | 45.93 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 7 | 0.25 | 0 | 0.96 | 0.27 | 75.67 | 0.93 | 0.38 |
| Hex | 8C | BB | 7 | 19 | 0 | 60 | 1B | 4C | 5D | 26 |
| Octal | 214 | 273 | 7 | 31 | 0 | 140 | 33 | 114 | 135 | 46 |
| Binary | 10001100 | 10111011 | 111 | 11001 | 0 | 1100000 | 11011 | 1001100 | 1011101 | 100110 |
Color Harmonies of #8CBB07
Complementary color
Monochromatic Colors of #8CBB07
Black with #8CBB07
Text Example
Text Example
White with #8CBB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBB07; }
p { color: rgb(140,187,7); }
H1.HeaderClassName
{
color: #8CBB07;
}
.AnyTagClassName
{
color: #8CBB07;
}
</style>
background-color css
<style>
a { background-color: #8CBB07; }
a { background-color: rgb(140,187,7); }
div.DivClassName
{
background-color: #8CBB07;
}
.BgClassName
{
background-color: #8CBB07;
}
</style>
border-color css
<style>
span { border-color: #8CBB07; }
span { border-color: rgb(140,187,7); }
td.TdClassName
{
border-color: #8CBB07;
}
.TagClassName
{
border-color: #8CBB07;
}
</style>