#92BAA1

Color #92BAA1 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #92BAA1

Tints of Summer Green #92BAA1

Color information

#92BAA1 (or 0x92BAA1) is unknown color: approx 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

RGB146186161-
CMYK0.2200.130.27
HSL142.5º22.47%65.1%-
HSV(B)142.5º21.51%72.94%-
XYZ35.8543.840.28-
YUV171.19122.25110.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 161 (63.28% from 255) = 32.66%
R=29.61%
G=37.73%
B=32.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461861610.2200.130.27142.522.4765.1
Hex92BAA1160D1B8e1641
Octal222272241260153321626101
Binary10010010101110101010000110110011011101110001110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>