Shades of Summer Green #84BD94
Tints of Summer Green #84BD94
RGB
CMYK
RGB Variations
Color information
#84BD94 (or 0x84BD94) is known color: Summer Green. HEX triplet: 84, BD and 94. RGB value is (132,189,148). Sum of RGB (Red+Green+Blue) = 132+189+148=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BD94 is #7B426B. Grayscale: #A7A7A7. Windows color (decimal): -8077932 or 9747844. OLE color: 9747844.
HSL color Cylindrical-coordinate representation of color #84BD94: hue angle of 136.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BD94 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 189 | 148 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.26 |
| HSL | 136.84º | 0.3% | 0.63% | - |
| HSV(B) | 136.84º | 0.3% | 0.74% | - |
| XYZ | 33.06 | 43.44 | 34.66 | - |
| YUV | 167.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 148 | 0.30 | 0 | 0.22 | 0.26 | 136.84 | 0.3 | 0.63 |
| Hex | 84 | BD | 94 | 1E | 0 | 16 | 1A | 89 | 1E | 3F |
| Octal | 204 | 275 | 224 | 36 | 0 | 26 | 32 | 211 | 36 | 77 |
| Binary | 10000100 | 10111101 | 10010100 | 11110 | 0 | 10110 | 11010 | 10001001 | 11110 | 111111 |
Color Harmonies of #84BD94
Complementary color
Monochromatic Colors of #84BD94
Black with #84BD94
Text Example
Text Example
White with #84BD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BD94; }
p { color: rgb(132,189,148); }
H1.HeaderClassName
{
color: #84BD94;
}
.AnyTagClassName
{
color: #84BD94;
}
</style>
background-color css
<style>
a { background-color: #84BD94; }
a { background-color: rgb(132,189,148); }
div.DivClassName
{
background-color: #84BD94;
}
.BgClassName
{
background-color: #84BD94;
}
</style>
border-color css
<style>
span { border-color: #84BD94; }
span { border-color: rgb(132,189,148); }
td.TdClassName
{
border-color: #84BD94;
}
.TagClassName
{
border-color: #84BD94;
}
</style>