Shades of Citrus #8CB40B
Tints of Citrus #8CB40B
RGB
CMYK
RGB Variations
Color information
#8CB40B (or 0x8CB40B) is known color: Citrus. HEX triplet: 8C, B4 and 0B. RGB value is (140,180,11). Sum of RGB (Red+Green+Blue) = 140+180+11=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB40B is #734BF4. Grayscale: #959595. Windows color (decimal): -7556085 or 767116. OLE color: 767116.
HSL color Cylindrical-coordinate representation of color #8CB40B: hue angle of 74.2º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CB40B is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 11 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.29 |
| HSL | 74.2º | 0.88% | 0.37% | - |
| HSV(B) | 74.2º | 0.94% | 0.71% | - |
| XYZ | 27.2 | 38.24 | 6.26 | - |
| YUV | 148.77 | 50.25 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 11 | 0.22 | 0 | 0.94 | 0.29 | 74.2 | 0.88 | 0.37 |
| Hex | 8C | B4 | B | 16 | 0 | 5E | 1D | 4A | 58 | 25 |
| Octal | 214 | 264 | 13 | 26 | 0 | 136 | 35 | 112 | 130 | 45 |
| Binary | 10001100 | 10110100 | 1011 | 10110 | 0 | 1011110 | 11101 | 1001010 | 1011000 | 100101 |
Color Harmonies of #8CB40B
Complementary color
Monochromatic Colors of #8CB40B
Black with #8CB40B
Text Example
Text Example
White with #8CB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB40B; }
p { color: rgb(140,180,11); }
H1.HeaderClassName
{
color: #8CB40B;
}
.AnyTagClassName
{
color: #8CB40B;
}
</style>
background-color css
<style>
a { background-color: #8CB40B; }
a { background-color: rgb(140,180,11); }
div.DivClassName
{
background-color: #8CB40B;
}
.BgClassName
{
background-color: #8CB40B;
}
</style>
border-color css
<style>
span { border-color: #8CB40B; }
span { border-color: rgb(140,180,11); }
td.TdClassName
{
border-color: #8CB40B;
}
.TagClassName
{
border-color: #8CB40B;
}
</style>