Shades of Summer Green #92BA9A
Tints of Summer Green #92BA9A
RGB
CMYK
RGB Variations
Color information
#92BA9A (or 0x92BA9A) is known color: Summer Green. HEX triplet: 92, BA and 9A. RGB value is (146,186,154). Sum of RGB (Red+Green+Blue) = 146+186+154=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BA9A is #6D4565. Grayscale: #AAAAAA. Windows color (decimal): -7161190 or 10140306. OLE color: 10140306.
HSL color Cylindrical-coordinate representation of color #92BA9A: hue angle of 132º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92BA9A is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 154 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.27 |
| HSL | 132º | 0.22% | 0.65% | - |
| HSV(B) | 132º | 0.22% | 0.73% | - |
| XYZ | 35.25 | 43.56 | 37.12 | - |
| YUV | 170.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 154 | 0.22 | 0 | 0.17 | 0.27 | 132 | 0.22 | 0.65 |
| Hex | 92 | BA | 9A | 16 | 0 | 11 | 1B | 84 | 16 | 41 |
| Octal | 222 | 272 | 232 | 26 | 0 | 21 | 33 | 204 | 26 | 101 |
| Binary | 10010010 | 10111010 | 10011010 | 10110 | 0 | 10001 | 11011 | 10000100 | 10110 | 1000001 |
Color Harmonies of #92BA9A
Complementary color
Monochromatic Colors of #92BA9A
Black with #92BA9A
Text Example
Text Example
White with #92BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA9A; }
p { color: rgb(146,186,154); }
H1.HeaderClassName
{
color: #92BA9A;
}
.AnyTagClassName
{
color: #92BA9A;
}
</style>
background-color css
<style>
a { background-color: #92BA9A; }
a { background-color: rgb(146,186,154); }
div.DivClassName
{
background-color: #92BA9A;
}
.BgClassName
{
background-color: #92BA9A;
}
</style>
border-color css
<style>
span { border-color: #92BA9A; }
span { border-color: rgb(146,186,154); }
td.TdClassName
{
border-color: #92BA9A;
}
.TagClassName
{
border-color: #92BA9A;
}
</style>