Shades of Summer Green #92BAA1
Tints of Summer Green #92BAA1
RGB
CMYK
RGB Variations
Color information
#92BAA1 (or 0x92BAA1) is known color: Summer Green. HEX triplet: 92, BA and A1. RGB value is (146,186,161). Sum of RGB (Red+Green+Blue) = 146+186+161=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #92BAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BAA1 is #6D455E. Grayscale: #ABABAB. Windows color (decimal): -7161183 or 10599058. OLE color: 10599058.
HSL color Cylindrical-coordinate representation of color #92BAA1: hue angle of 142.5º 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 #92BAA1 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 161 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.27 |
| HSL | 142.5º | 0.22% | 0.65% | - |
| HSV(B) | 142.5º | 0.22% | 0.73% | - |
| XYZ | 35.85 | 43.8 | 40.28 | - |
| YUV | 171.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 161 | 0.22 | 0 | 0.13 | 0.27 | 142.5 | 0.22 | 0.65 |
| Hex | 92 | BA | A1 | 16 | 0 | D | 1B | 8E | 16 | 41 |
| Octal | 222 | 272 | 241 | 26 | 0 | 15 | 33 | 216 | 26 | 101 |
| Binary | 10010010 | 10111010 | 10100001 | 10110 | 0 | 1101 | 11011 | 10001110 | 10110 | 1000001 |
Color Harmonies of #92BAA1
Complementary color
Monochromatic Colors of #92BAA1
Black with #92BAA1
Text Example
Text Example
White with #92BAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BAA1; }
p { color: rgb(146,186,161); }
H1.HeaderClassName
{
color: #92BAA1;
}
.AnyTagClassName
{
color: #92BAA1;
}
</style>
background-color css
<style>
a { background-color: #92BAA1; }
a { background-color: rgb(146,186,161); }
div.DivClassName
{
background-color: #92BAA1;
}
.BgClassName
{
background-color: #92BAA1;
}
</style>
border-color css
<style>
span { border-color: #92BAA1; }
span { border-color: rgb(146,186,161); }
td.TdClassName
{
border-color: #92BAA1;
}
.TagClassName
{
border-color: #92BAA1;
}
</style>