Shades of Lima #84BC09
Tints of Lima #84BC09
RGB
CMYK
RGB Variations
Color information
#84BC09 (or 0x84BC09) is known color: Lima. HEX triplet: 84, BC and 09. RGB value is (132,188,9). Sum of RGB (Red+Green+Blue) = 132+188+9=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BC09 is #7B43F6. Grayscale: #979797. Windows color (decimal): -8078327 or 638084. OLE color: 638084.
HSL color Cylindrical-coordinate representation of color #84BC09: hue angle of 78.77º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84BC09 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 9 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.26 |
| HSL | 78.77º | 0.91% | 0.39% | - |
| HSV(B) | 78.77º | 0.95% | 0.74% | - |
| XYZ | 27.55 | 40.89 | 6.7 | - |
| YUV | 150.85 | 47.95 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 9 | 0.30 | 0 | 0.95 | 0.26 | 78.77 | 0.91 | 0.39 |
| Hex | 84 | BC | 9 | 1E | 0 | 5F | 1A | 4F | 5B | 27 |
| Octal | 204 | 274 | 11 | 36 | 0 | 137 | 32 | 117 | 133 | 47 |
| Binary | 10000100 | 10111100 | 1001 | 11110 | 0 | 1011111 | 11010 | 1001111 | 1011011 | 100111 |
Color Harmonies of #84BC09
Complementary color
Monochromatic Colors of #84BC09
Black with #84BC09
Text Example
Text Example
White with #84BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC09; }
p { color: rgb(132,188,9); }
H1.HeaderClassName
{
color: #84BC09;
}
.AnyTagClassName
{
color: #84BC09;
}
</style>
background-color css
<style>
a { background-color: #84BC09; }
a { background-color: rgb(132,188,9); }
div.DivClassName
{
background-color: #84BC09;
}
.BgClassName
{
background-color: #84BC09;
}
</style>
border-color css
<style>
span { border-color: #84BC09; }
span { border-color: rgb(132,188,9); }
td.TdClassName
{
border-color: #84BC09;
}
.TagClassName
{
border-color: #84BC09;
}
</style>